podman-*: add page (#8785)
This commit is contained in:
20
pages/common/podman-rmi.md
Normal file
20
pages/common/podman-rmi.md
Normal file
@@ -0,0 +1,20 @@
|
||||
# podman rmi
|
||||
|
||||
> Remove one or more Podman images.
|
||||
> More information: <https://docs.podman.io/en/latest/markdown/podman-rmi.1.html>.
|
||||
|
||||
- Remove one or more images given their names:
|
||||
|
||||
`podman rmi {{image:tag}} {{image2:tag}} {{...}}`
|
||||
|
||||
- Force remove an image:
|
||||
|
||||
`podman rmi --force {{image}}`
|
||||
|
||||
- Remove an image without deleting untagged parents:
|
||||
|
||||
`podman rmi --no-prune {{image}}`
|
||||
|
||||
- Display help:
|
||||
|
||||
`podman rmi`
|
Reference in New Issue
Block a user