diff options
author | TomSweeneyRedHat <tsweeney@redhat.com> | 2018-01-06 17:46:10 -0500 |
---|---|---|
committer | Atomic Bot <atomic-devel@projectatomic.io> | 2018-01-08 14:34:13 +0000 |
commit | e2616d9acf21e101bab5ca7850c3f2b544acfe96 (patch) | |
tree | d83e7790765576fef1b520e4ca392178552fed17 | |
parent | 69a415f03325ce0efdc233dc46f6af3a4f2a5c2c (diff) | |
download | podman-e2616d9acf21e101bab5ca7850c3f2b544acfe96.tar.gz podman-e2616d9acf21e101bab5ca7850c3f2b544acfe96.tar.bz2 podman-e2616d9acf21e101bab5ca7850c3f2b544acfe96.zip |
Touchup rmi manpage
Signed-off-by: TomSweeneyRedHat <tsweeney@redhat.com>
Closes: #195
Approved by: rhatdan
-rw-r--r-- | docs/podman-rmi.1.md | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/docs/podman-rmi.1.md b/docs/podman-rmi.1.md index 9ef3cb963..6b6b50fdd 100644 --- a/docs/podman-rmi.1.md +++ b/docs/podman-rmi.1.md @@ -15,10 +15,11 @@ Removes one or more locally stored images. **-all**, **-a** -Remove all of the locally storage images -**--force, -f** +Remove all images in the local storage. -Executing this command will stop all containers that are using the image and remove them from the system +**--force**, **-f** + +This option will cause podman to remove all containers that are using the image before removing the image from the system. ## EXAMPLE |