kubernetes: do not bind /run as rbind,rshared.

There are no mounts here which need propagating

Signed-off-by: Ian Campbell <ijc@docker.com>
This commit is contained in:
Ian Campbell 2017-08-02 10:31:52 +01:00
parent 0e51fc5063
commit 007fb04406
2 changed files with 2 additions and 2 deletions

View File

@ -51,7 +51,7 @@ services:
- /dev:/dev
- /etc/resolv.conf:/etc/resolv.conf
- /lib/modules:/lib/modules
- /run:/run:rshared,rbind
- /run:/run
- /var:/var:rshared,rbind
- /var/lib/kubeadm:/etc/kubernetes
- /etc/cni:/etc/cni:rshared,rbind

View File

@ -51,7 +51,7 @@ services:
- /dev:/dev
- /etc/resolv.conf:/etc/resolv.conf
- /lib/modules:/lib/modules
- /run:/run:rshared,rbind
- /run:/run
- /var:/var:rshared,rbind
- /var/lib/kubeadm:/etc/kubernetes
- /etc/cni:/etc/cni:rshared,rbind