fix run flannel command

pull/350/head
king6cong 2016-04-09 03:04:19 +08:00
parent 736890d924
commit 64c8926ade
1 changed files with 1 additions and 0 deletions

View File

@ -114,6 +114,7 @@ sudo docker -H unix:///var/run/docker-bootstrap.sock run -d \
--privileged \
-v /dev/net:/dev/net \
quay.io/coreos/flannel:${FLANNEL_VERSION} \
/opt/bin/flanneld \
--ip-masq=${FLANNEL_IPMASQ} \
--iface=${FLANNEL_IFACE}
```