mirror of
https://github.com/daniviga/bite.git
synced 2024-11-22 21:16:12 +01:00
Extend the readme
This commit is contained in:
parent
f120fac878
commit
47713bf780
15
README.md
15
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
|
||||
|
|
Loading…
Reference in New Issue
Block a user