mirror of
https://github.com/containers/podman.git
synced 2025-10-09 23:15:39 +08:00
20 lines
381 B
Markdown
20 lines
381 B
Markdown
% kpod(1) kpod-umount - Unmount a working container's root filesystem.
|
|
% Dan Walsh
|
|
# kpod-umount "1" "July 2017" "kpod"
|
|
|
|
## NAME
|
|
kpod umount - Unmount a working container's root file system
|
|
|
|
## SYNOPSIS
|
|
**kpod** **umount** **containerID**
|
|
|
|
## DESCRIPTION
|
|
Unmounts the specified container's root file system.
|
|
|
|
## EXAMPLE
|
|
|
|
kpod umount containerID
|
|
|
|
## SEE ALSO
|
|
kpod(1), kpod-mount(1)
|