Merge pull request #6727 from billmetangmo/patch-1

PID namespace sharing is already available in docker
This commit is contained in:
Qiming
2017-12-21 20:18:45 +08:00
committed by GitHub
+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