1
0
mirror of https://github.com/daniviga/bite.git synced 2024-11-23 05:16:13 +01:00

Extend the readme

This commit is contained in:
Daniele Viganò 2021-12-08 22:25:18 +01:00
parent f120fac878
commit 47713bf780
Signed by: dani
GPG Key ID: DB49AFC03C40EE02

View File

@ -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