Skip to content
Snippets Groups Projects
podman-snippets.md 201 B
Newer Older
# Useful podman snippets

## Remove all currently not required resources

```bash
podman system prune -a
```

If your need more fine grained control replace `system` with `container|image|volume|...`.