update readme
This commit is contained in:
parent
7ab7a6e958
commit
9ed1b18f89
1 changed files with 5 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
# ServNest setup with Compose
|
||||
# [ServNest](https://servnest.niv.re/) setup with Compose
|
||||
|
||||
## Use with Podman
|
||||
|
||||
|
@ -21,7 +21,8 @@ sha256sum -c sha256sums
|
|||
|
||||
```shell
|
||||
podman-compose -f base.yaml build alpine # build base image
|
||||
podman-compose build # build services images
|
||||
podman-compose build php # build image php first because it's then required by cronie
|
||||
podman-compose build # build every other service images
|
||||
```
|
||||
|
||||
### Run
|
||||
|
@ -45,6 +46,8 @@ Podman Compose 1.2.0 randomly fails to start some services (see [issue 921](http
|
|||
podman container rm --all
|
||||
podman image rm --all
|
||||
podman rm $(podman container list --external -q)
|
||||
docker rm $(docker ps -qa)
|
||||
docker image rm -f $(docker image list -q)
|
||||
```
|
||||
|
||||
## Use with rootless Docker
|
||||
|
|
Loading…
Add table
Reference in a new issue