Merge pull request #1011 from sdake/master

Add a --pid=host feature to expose the host PID space to the container
This commit is contained in:
Aanand Prasad 2015-04-07 13:49:53 +01:00
commit 619e783a05
4 changed files with 25 additions and 0 deletions

View file

@ -264,6 +264,16 @@ net: "none"
net: "container:[name or id]"
net: "host"
```
### pid
```
pid: "host"
```
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.
### dns