podman-*: add page (#8785)

This commit is contained in:
Brock R
2023-03-11 13:52:08 -07:00
committed by GitHub
parent ad4af3a8c6
commit 8d7bd99fc7
5 changed files with 137 additions and 0 deletions

View File

@@ -0,0 +1,21 @@
# podman image
> Manage Docker images.
> See also `podman build`, `podman import`, and `podman pull`.
> More information: <https://docs.podman.io/en/latest/markdown/podman-image.1.html>.
- List local Docker images:
`podman image ls`
- Delete unused local Docker images:
`podman image prune`
- Delete all unused images (not just those without a tag):
`podman image prune --all`
- Show the history of a local Docker image:
`podman image history {{image}}`