Merge pull request #350 from king6cong/docker-master-doc-flannel-fix

fix run flannel command
pull/367/merge
Brian Grant 2016-05-10 10:10:29 -07:00
commit 24a0f7da04
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}
```