mirror of https://github.com/docker/docs.git
Update stack-yaml-reference.md (#5039)
Removed a word to be more grammatically correct
This commit is contained in:
parent
484e0de1b0
commit
e638fa2f3d
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue