Skip to content

Commit

Permalink
Add key pid with help text into the schema.
Browse files Browse the repository at this point in the history
  • Loading branch information
rupakg committed May 27, 2015
1 parent d933fe3 commit 6ab3bd0
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions schema.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,13 @@ mapping:
desc: >
Networking mode. Use the same values as the docker client --net parameter.
required: false
"pid":
name: Pid
desc: >
Sets the PID mode to the host PID mode. This turns on sharing between container and the host operating system
the PID address space. Containers launched with this flag will be able to access and manipulate other
containers in the bare-metal machine's namespace and vise-versa.
required: false
"dns":
name: DNS
desc: >
Expand Down

0 comments on commit 6ab3bd0

Please sign in to comment.