diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2018-11-12 07:52:05 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-11-12 07:52:05 -0800 |
commit | 87668f10c1749aed9e9d50abf33496252d04d526 (patch) | |
tree | 059cfea08f805fd3795dace4268860ffe4b45995 /docs | |
parent | d5375b59aafbf50c862bfb5ff895d4575375f1e7 (diff) | |
parent | c8c174aaca6455a31eb84e57bf822312e5634783 (diff) | |
download | podman-87668f10c1749aed9e9d50abf33496252d04d526.tar.gz podman-87668f10c1749aed9e9d50abf33496252d04d526.tar.bz2 podman-87668f10c1749aed9e9d50abf33496252d04d526.zip |
Merge pull request #1799 from xakraz/fixes/doc_containers
docs: Fix duplicated entry for pod-container-unmount
Diffstat (limited to 'docs')
-rw-r--r-- | docs/podman-container.1.md | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/docs/podman-container.1.md b/docs/podman-container.1.md index eac3343d5..67d42bfef 100644 --- a/docs/podman-container.1.md +++ b/docs/podman-container.1.md @@ -38,7 +38,6 @@ The container command allows you to manage containers | stop | [podman-stop(1)](podman-stop.1.md) | Stop one or more running containers. | | top | [podman-top(1)](podman-top.1.md) | Display the running processes of a container. | | umount | [podman-umount(1)](podman-umount.1.md) | Unmount a working container's root filesystem. | -| unmount | [podman-umount(1)](podman-umount.1.md) | Unmount a working container's root filesystem. | | unpause | [podman-unpause(1)](podman-unpause.1.md) | Unpause one or more containers. | | wait | [podman-wait(1)](podman-wait.1.md) | Wait on one or more containers to stop and print their exit codes. | |