diff options
Diffstat (limited to 'docs/podman-umount.1.md')
-rw-r--r-- | docs/podman-umount.1.md | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/docs/podman-umount.1.md b/docs/podman-umount.1.md index 8ef7b20ac..100c47b32 100644 --- a/docs/podman-umount.1.md +++ b/docs/podman-umount.1.md @@ -1,11 +1,17 @@ % podman-umount(1) ## NAME -podman\-umount - Unmount the specified working containers' root file system. +podman\-umount - Unmount a working container's root filesystem ## SYNOPSIS **podman umount** *container* [...] +**podman container umount** *container* [...] + +**podman container unmount** *container* [...] + +**podman unmount** *container* [...] + ## DESCRIPTION Unmounts the specified containers' root file system, if no other processes are using it. |