diff options
Diffstat (limited to 'docs/podman-umount.1.md')
-rw-r--r-- | docs/podman-umount.1.md | 15 |
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) |