Remove -v /dev:/dev from docker and docker-multinode

This commit is contained in:
Lucas Käldström
2016-02-07 22:15:20 +02:00
parent 59a05682dc
commit d5b7fd7f95
6 changed files with 6 additions and 10 deletions

View File

@@ -207,7 +207,6 @@ start_k8s(){
-v /sys:/sys:ro \
-v /var/run:/var/run:rw \
-v /:/rootfs:ro \
-v /dev:/dev \
-v /var/lib/docker/:/var/lib/docker:rw \
-v /var/lib/kubelet/:/var/lib/kubelet:rw \
gcr.io/google_containers/hyperkube-${ARCH}:v${K8S_VERSION} \