diff options
author | Patrycja Guzik <patrycja.k.guzik@gmail.com> | 2022-03-28 21:34:50 +0200 |
---|---|---|
committer | Patrycja Guzik <patrycja.k.guzik@gmail.com> | 2022-03-28 21:56:13 +0200 |
commit | a8e6c639e29c94d458f3d8982a06ed45b30620fa (patch) | |
tree | 7d0cc5a7e121d370460babfe462ed5e7a5a7c0ab /docs/source/markdown/podman-image-unmount.1.md | |
parent | 9cfa9695a0e0e9e5d358f789c4d450d1388589b3 (diff) | |
download | podman-a8e6c639e29c94d458f3d8982a06ed45b30620fa.tar.gz podman-a8e6c639e29c94d458f3d8982a06ed45b30620fa.tar.bz2 podman-a8e6c639e29c94d458f3d8982a06ed45b30620fa.zip |
Unify examples section across several man pages
This commit adjusts example sections across several man pages
to the format seen in other pages.
Signed-off-by: Patrycja Guzik <patrycja.k.guzik@gmail.com>
Diffstat (limited to 'docs/source/markdown/podman-image-unmount.1.md')
-rw-r--r-- | docs/source/markdown/podman-image-unmount.1.md | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/docs/source/markdown/podman-image-unmount.1.md b/docs/source/markdown/podman-image-unmount.1.md index 71ec5488f..f2d75f15f 100644 --- a/docs/source/markdown/podman-image-unmount.1.md +++ b/docs/source/markdown/podman-image-unmount.1.md @@ -33,11 +33,19 @@ as the mount point could be removed without their knowledge. ## EXAMPLE +Unmount image with a given ID +``` podman image unmount imageID +``` +Unmount multiple images wit given IDs +``` podman image unmount imageID1 imageID2 imageID3 +``` +Unmount all images +``` podman image unmount --all - +``` ## SEE ALSO **[podman(1)](podman.1.md)**, **[podman-image-mount(1)](podman-image-mount.1.md)**, **[podman-container-mount(1)](podman-container-mount.1.md)** |