From 19e3ae1d9ccb9a2c5edd0eec311617b6418ce4c8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniele=20Vigan=C3=B2?= Date: Sat, 9 Oct 2021 23:18:44 +0200 Subject: [PATCH] Add podman to README --- README.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b290866..df6d1a2 100644 --- a/README.md +++ b/README.md @@ -24,13 +24,24 @@ production. ### Requirements -- `docker-ce` or `moby` +- `moby-engine` or `podman-docker` (recommended) - `docker-compose` The project is compatible with Docker for Windows (using Linux executors), but it is advised to directly use a minimal Linux VM instead (via the preferred hypervisor). +### Podman + +`podman`, with `podman-docker` is the recommended way to run BITE, in rootless mode. + +```bash +systemctl start --user podman.socket +export DOCKER_HOST=unix://run/user/$UID/podman/podman.sock +``` + +### Application stack + The application stack is composed by the following components: - [Django](https://www.djangoproject.com/) with