summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorTomSweeneyRedHat <tsweeney@redhat.com>2018-06-27 13:34:10 -0400
committerAtomic Bot <atomic-devel@projectatomic.io>2018-06-29 15:01:21 +0000
commit41bd607c120dbd8b315eb30feb0fe63e079c821d (patch)
tree4fd1d8ca408b7190023e52839bad48dfe42e9662 /docs
parent3a90b5224df686e6efbf78e6b6cbb5333115ea82 (diff)
downloadpodman-41bd607c120dbd8b315eb30feb0fe63e079c821d.tar.gz
podman-41bd607c120dbd8b315eb30feb0fe63e079c821d.tar.bz2
podman-41bd607c120dbd8b315eb30feb0fe63e079c821d.zip
Allow multiple containers and all for umount
Signed-off-by: TomSweeneyRedHat <tsweeney@redhat.com> Closes: #1012 Approved by: rhatdan
Diffstat (limited to 'docs')
-rw-r--r--docs/podman-umount.1.md15
1 files changed, 12 insertions, 3 deletions
diff --git a/docs/podman-umount.1.md b/docs/podman-umount.1.md
index 05c7bb774..2fe3da443 100644
--- a/docs/podman-umount.1.md
+++ b/docs/podman-umount.1.md
@@ -1,17 +1,26 @@
% podman-umount "1"
## NAME
-podman\-umount - Unmount a working container's root file system
+podman\-umount - Unmount the specified working containers' root file system.
## SYNOPSIS
-**podman** **umount** **containerID**
+**podman** **umount** **containerID [...]**
## DESCRIPTION
-Unmounts the specified container's root file system.
+Unmounts the specified containers' root file system.
+
+## OPTIONS
+**--all, -a**
+
+All of the currently mounted containers will be unmounted.
## EXAMPLE
podman umount containerID
+podman umount containerID1 containerID2 containerID3
+
+podman umount --all
+
## SEE ALSO
podman(1), podman-mount(1)