Update stack-yaml-reference.md (#5039)

Removed a word to be more grammatically correct
This commit is contained in:
Bradley Cloete 2017-10-19 23:52:01 +02:00 committed by Misty Stanley-Jones
parent 484e0de1b0
commit e638fa2f3d
1 changed files with 1 additions and 1 deletions

View File

@ -203,7 +203,7 @@ net: host
```
## pid
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 (optional) flag will be able to access and be accessed by other containers in the namespace belonging to the host running the Docker daemon.
Sets the PID mode to the host PID mode. This turns on sharing between container and the host operating system PID address space. Containers launched with this (optional) flag will be able to access and be accessed by other containers in the namespace belonging to the host running the Docker daemon.
```yml
pid: "host"