We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d933fe3 commit 6ab3bd0Copy full SHA for 6ab3bd0
schema.yml
@@ -116,6 +116,13 @@ mapping:
116
desc: >
117
Networking mode. Use the same values as the docker client --net parameter.
118
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
126
"dns":
127
name: DNS
128
0 commit comments