diff options
Diffstat (limited to 'docs/source/markdown/options/pod-id-file.container.md')
-rw-r--r-- | docs/source/markdown/options/pod-id-file.container.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/source/markdown/options/pod-id-file.container.md b/docs/source/markdown/options/pod-id-file.container.md new file mode 100644 index 000000000..1c102dc6b --- /dev/null +++ b/docs/source/markdown/options/pod-id-file.container.md @@ -0,0 +1,4 @@ +#### **--pod-id-file**=*file* + +Run container in an existing pod and read the pod's ID from the specified *file*. +If a container is run within a pod, and the pod has an infra-container, the infra-container will be started before the container is. |