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-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-unmount.1.md')
-rw-r--r-- | docs/source/markdown/podman-unmount.1.md | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/docs/source/markdown/podman-unmount.1.md b/docs/source/markdown/podman-unmount.1.md index 692b1e495..3f45e8114 100644 --- a/docs/source/markdown/podman-unmount.1.md +++ b/docs/source/markdown/podman-unmount.1.md @@ -47,11 +47,20 @@ started container could be from either of those methods. (This option is not ava ## EXAMPLE +Unmount container with a given ID +``` podman container unmount containerID +``` +Unmount multiple containers with given IDs +``` podman unmount containerID1 containerID2 containerID3 +``` +Unmount all containers +``` podman unmount --all +``` ## SEE ALSO **[podman(1)](podman.1.md)**, **[podman-container-mount(1)](podman-container-mount.1.md)**, **[podman-image-mount(1)](podman-image-mount.1.md)** |