aboutsummaryrefslogtreecommitdiff
path: root/docs/kpod-umount.1.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/kpod-umount.1.md')
-rw-r--r--docs/kpod-umount.1.md19
1 files changed, 19 insertions, 0 deletions
diff --git a/docs/kpod-umount.1.md b/docs/kpod-umount.1.md
new file mode 100644
index 000000000..2ee03356d
--- /dev/null
+++ b/docs/kpod-umount.1.md
@@ -0,0 +1,19 @@
+% 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)