瀏覽代碼

Merge pull request #495 from olegabr/patch-1

The docker daemon syntax change addressed
Tom Denham 8 年之前
父節點
當前提交
a6ee9009ff
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -220,7 +220,7 @@ Since flannel writes out the acquired subnet and MTU values into a file, the scr
 
 ```bash
 source /run/flannel/subnet.env
-docker -d --bip=${FLANNEL_SUBNET} --mtu=${FLANNEL_MTU}
+docker daemon --bip=${FLANNEL_SUBNET} --mtu=${FLANNEL_MTU} &
 ```
 
 Systemd users can use `EnvironmentFile` directive in the .service file to pull in `/run/flannel/subnet.env`