PID namespace sharing is already available in docker

Official documentation: https://docs.docker.com/engine/reference/run/#pid-settings-pid
This commit is contained in:
billmetangmo
2017-12-21 11:26:57 +01:00
committed by GitHub
parent 0f0ccd13b0
commit 5dd2d87ddd
+1 -1
View File
@@ -40,7 +40,7 @@ filesystem.
In terms of [Docker](https://www.docker.com/) constructs, a pod is modelled as
a group of Docker containers with shared namespaces and shared
[volumes](/docs/concepts/storage/volumes/). PID namespace sharing is not yet implemented in Docker.
[volumes](/docs/concepts/storage/volumes/).
Like individual application containers, pods are considered to be relatively
ephemeral (rather than durable) entities. As discussed in [life of a