summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2019-06-14 15:44:44 +0200
committerGitHub <noreply@github.com>2019-06-14 15:44:44 +0200
commit0ea95da7b9fcbcbe7e4ebab78f2950972c70ba68 (patch)
tree94f1f158a2bdbeecc0fe5a41b7f8474b657253a9 /docs
parentd5f04e920bf0cca02c9efe25ceca7639cbf31644 (diff)
parent23efe4cb819b9fb306155ab25db7e2459aba63bb (diff)
downloadpodman-0ea95da7b9fcbcbe7e4ebab78f2950972c70ba68.tar.gz
podman-0ea95da7b9fcbcbe7e4ebab78f2950972c70ba68.tar.bz2
podman-0ea95da7b9fcbcbe7e4ebab78f2950972c70ba68.zip
Merge pull request #3315 from giuseppe/support-bind-nonrecursive
storage: support --mount type=bind,bind-nonrecursive
Diffstat (limited to 'docs')
-rw-r--r--docs/podman-create.1.md1
-rw-r--r--docs/podman-run.1.md1
2 files changed, 2 insertions, 0 deletions
diff --git a/docs/podman-create.1.md b/docs/podman-create.1.md
index 88f8fe8c7..a4eebef4c 100644
--- a/docs/podman-create.1.md
+++ b/docs/podman-create.1.md
@@ -458,6 +458,7 @@ Current supported mount TYPES are bind, and tmpfs.
Options specific to bind:
· bind-propagation: shared, slave, private, rshared, rslave, or rprivate(default). See also mount(2).
+ . bind-nonrecursive: do not setup a recursive bind mount. By default it is recursive.
Options specific to tmpfs:
diff --git a/docs/podman-run.1.md b/docs/podman-run.1.md
index 5bf7aeee8..8d7deb99f 100644
--- a/docs/podman-run.1.md
+++ b/docs/podman-run.1.md
@@ -471,6 +471,7 @@ Current supported mount TYPES are bind, and tmpfs.
Options specific to bind:
· bind-propagation: Z, z, shared, slave, private, rshared, rslave, or rprivate(default). See also mount(2).
+ . bind-nonrecursive: do not setup a recursive bind mount. By default it is recursive.
Options specific to tmpfs: