summaryrefslogtreecommitdiff
path: root/docs/source/markdown/podman-rmi.1.md
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2020-01-26 10:02:20 -0800
committerGitHub <noreply@github.com>2020-01-26 10:02:20 -0800
commit42f48245ce38815b51ac48a9a8fb3aab0c186285 (patch)
tree1c1723dde4cb128e2ca255b85e4ffae4dcf0061a /docs/source/markdown/podman-rmi.1.md
parent40d36b1cf11be8f6e102a4bf28144d33082b453a (diff)
parent3ff2ea329b97ac89b984e39a23af418894d6a41f (diff)
downloadpodman-42f48245ce38815b51ac48a9a8fb3aab0c186285.tar.gz
podman-42f48245ce38815b51ac48a9a8fb3aab0c186285.tar.bz2
podman-42f48245ce38815b51ac48a9a8fb3aab0c186285.zip
Merge pull request #4977 from rpjday/rpjday/man_pages
docs: clean up "man podman-rm", "man podman-rmi"
Diffstat (limited to 'docs/source/markdown/podman-rmi.1.md')
-rw-r--r--docs/source/markdown/podman-rmi.1.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/source/markdown/podman-rmi.1.md b/docs/source/markdown/podman-rmi.1.md
index 3c46bc32c..f4d946617 100644
--- a/docs/source/markdown/podman-rmi.1.md
+++ b/docs/source/markdown/podman-rmi.1.md
@@ -24,21 +24,21 @@ This option will cause podman to remove all containers that are using the image
Remove an image by its short ID
```
-podman rmi c0ed59d05ff7
+$ podman rmi c0ed59d05ff7
```
Remove an image and its associated containers.
```
-podman rmi --force imageID
+$ podman rmi --force imageID
```
Remove multiple images by their shortened IDs.
```
-podman rmi c4dfb1609ee2 93fd78260bd1 c0ed59d05ff7
+$ podman rmi c4dfb1609ee2 93fd78260bd1 c0ed59d05ff7
```
Remove all images and containers.
```
-podman rmi -a -f
+$ podman rmi -a -f
```
## Exit Status
**_0_** if all specified images removed