From 41bd607c120dbd8b315eb30feb0fe63e079c821d Mon Sep 17 00:00:00 2001 From: TomSweeneyRedHat Date: Wed, 27 Jun 2018 13:34:10 -0400 Subject: Allow multiple containers and all for umount Signed-off-by: TomSweeneyRedHat Closes: #1012 Approved by: rhatdan --- docs/podman-umount.1.md | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) (limited to 'docs') 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) -- cgit v1.2.3-54-g00ecf