diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2022-05-23 10:17:59 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-23 10:17:59 -0400 |
commit | 7d00b0ea0d0c53ddba8d6aebdbce2f167aceccc5 (patch) | |
tree | 2c37b0bf4e687954b8d8f82dcf8e3021ec6fdedc /docs/source | |
parent | be255287c929999ff018d0b8319e644b4ea77064 (diff) | |
parent | 633d5f1f8b8844d6e2fb3e2593768360c889ed76 (diff) | |
download | podman-7d00b0ea0d0c53ddba8d6aebdbce2f167aceccc5.tar.gz podman-7d00b0ea0d0c53ddba8d6aebdbce2f167aceccc5.tar.bz2 podman-7d00b0ea0d0c53ddba8d6aebdbce2f167aceccc5.zip |
Merge pull request #14281 from vrothberg/fix-14251
fix --init with /dev bind mount
Diffstat (limited to 'docs/source')
-rw-r--r-- | docs/source/markdown/podman-create.1.md | 2 | ||||
-rw-r--r-- | docs/source/markdown/podman-run.1.md | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/docs/source/markdown/podman-create.1.md b/docs/source/markdown/podman-create.1.md index c63e8814b..009209343 100644 --- a/docs/source/markdown/podman-create.1.md +++ b/docs/source/markdown/podman-create.1.md @@ -460,6 +460,8 @@ content that disappears when the container is stopped. #### **--init** Run an init inside the container that forwards signals and reaps processes. +The container-init binary is mounted at `/run/podman-init`. +Mounting over `/run` will hence break container execution. #### **--init-ctr**=*type* (pods only) diff --git a/docs/source/markdown/podman-run.1.md b/docs/source/markdown/podman-run.1.md index 9d9394020..a16ee9394 100644 --- a/docs/source/markdown/podman-run.1.md +++ b/docs/source/markdown/podman-run.1.md @@ -498,6 +498,8 @@ content that disappears when the container is stopped. #### **--init** Run an init inside the container that forwards signals and reaps processes. +The container-init binary is mounted at `/run/podman-init`. +Mounting over `/run` will hence break container execution. #### **--init-path**=*path* |