From 47713bf7809817724e1b093ab01bff8c7b2b4bcf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniele=20Vigan=C3=B2?= Date: Wed, 8 Dec 2021 22:25:18 +0100 Subject: [PATCH] Extend the readme --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/README.md b/README.md index df6d1a2..8017c6b 100644 --- a/README.md +++ b/README.md @@ -35,6 +35,21 @@ but it is advised to directly use a minimal Linux VM instead `podman`, with `podman-docker` is the recommended way to run BITE, in rootless mode. +Requirements are: + +- `podman` +- `podman-docker` +- `catatonit` +- `docker-compose` + +On Fedora 33+: + +```bash +sudo dnf install -y podman podman-docker catatonit docker-compose +``` + +To setup `podman` run: + ```bash systemctl start --user podman.socket export DOCKER_HOST=unix://run/user/$UID/podman/podman.sock