mirror of
https://github.com/daniviga/bite.git
synced 2024-11-26 23:06:14 +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.
|
`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
|
```bash
|
||||||
systemctl start --user podman.socket
|
systemctl start --user podman.socket
|
||||||
export DOCKER_HOST=unix://run/user/$UID/podman/podman.sock
|
export DOCKER_HOST=unix://run/user/$UID/podman/podman.sock
|
||||||
|
|
Loading…
Reference in New Issue
Block a user