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:
parent
a9221fb5ec
commit
19e3ae1d9c
13
README.md
13
README.md
|
@ -24,13 +24,24 @@ production.
|
|||
|
||||
### Requirements
|
||||
|
||||
- `docker-ce` or `moby`
|
||||
- `moby-engine` or `podman-docker` (recommended)
|
||||
- `docker-compose`
|
||||
|
||||
The project is compatible with Docker for Windows (using Linux executors),
|
||||
but it is advised to directly use a minimal Linux VM instead
|
||||
(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:
|
||||
|
||||
- [Django](https://www.djangoproject.com/) with
|
||||
|
|
Loading…
Reference in New Issue
Block a user