Skip to content

Commit

Permalink
Add section about how to nuke Podman
Browse files Browse the repository at this point in the history
  • Loading branch information
jennydaman committed Oct 4, 2023
1 parent bfa4d02 commit 6adeeff
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions docs/run/podman/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,17 @@ cd miniChRIS-podman
./minichris.sh down
```

## Podman: Nuke

In case `./minichris.sh down` does not work, run:

```shell
podman pod rm -af
podman volume prune -f
```

This might happen if you change the YAMLs.

## Using Podman Desktop

It is necessary to feed to Podman Desktop a single YAML file defining all _ChRIS_ resources.
Expand Down

0 comments on commit 6adeeff

Please sign in to comment.