Skip to content

Commit 6ab3bd0

Browse files
committed
Add key pid with help text into the schema.
1 parent d933fe3 commit 6ab3bd0

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

schema.yml

+7
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,13 @@ mapping:
116116
desc: >
117117
Networking mode. Use the same values as the docker client --net parameter.
118118
required: false
119+
"pid":
120+
name: Pid
121+
desc: >
122+
Sets the PID mode to the host PID mode. This turns on sharing between container and the host operating system
123+
the PID address space. Containers launched with this flag will be able to access and manipulate other
124+
containers in the bare-metal machine's namespace and vise-versa.
125+
required: false
119126
"dns":
120127
name: DNS
121128
desc: >

0 commit comments

Comments
 (0)