From a7e2d55aa76f1a4897c699eca7998db5ead62c8b Mon Sep 17 00:00:00 2001 From: a-kenji Date: Sun, 27 Feb 2022 13:21:36 +0100 Subject: [PATCH] docs(add): `podman` as alternative to `docker` (#1137) --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 6d6cde032..b4dd05ef4 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -59,7 +59,7 @@ These tests work by running a docker container which contains the Zellij binary, 5. `export CARGO_TARGET_X86_64_UNKNOWN_LINUX_MUSL_LINKER=$CC_x86_64_unknown_linux_musl` -To run these tests locally, you'll need to have both `docker` and `docker-compose` installed. +To run these tests locally, you'll need to have either `docker` or `podman` and also `docker-compose` installed. Once you do, in the repository root: 1. `docker-compose up -d` will start up the docker container