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

Add podman to README

This commit is contained in:
Daniele Viganò 2021-10-09 23:18:44 +02:00
parent a9221fb5ec
commit 19e3ae1d9c
Signed by: dani
GPG Key ID: DB49AFC03C40EE02

View File

@ -24,13 +24,24 @@ production.
### Requirements ### Requirements
- `docker-ce` or `moby` - `moby-engine` or `podman-docker` (recommended)
- `docker-compose` - `docker-compose`
The project is compatible with Docker for Windows (using Linux executors), The project is compatible with Docker for Windows (using Linux executors),
but it is advised to directly use a minimal Linux VM instead but it is advised to directly use a minimal Linux VM instead
(via the preferred hypervisor). (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: The application stack is composed by the following components:
- [Django](https://www.djangoproject.com/) with - [Django](https://www.djangoproject.com/) with