Fixed missing standalone.yaml fix to Docker overlay driver. Refs #3625.

This commit is contained in:
Paulo Pires 2015-01-20 19:50:15 +00:00
parent f90ad573cf
commit 09b4a6a6ee

View File

@ -62,7 +62,7 @@ coreos:
[Service]
EnvironmentFile=/run/flannel/subnet.env
ExecStartPre=/bin/mount --make-rprivate /
ExecStart=/usr/bin/docker -d --bip=${FLANNEL_SUBNET} --mtu=${FLANNEL_MTU} -s=btrfs -H fd://
ExecStart=/usr/bin/docker -d --bip=${FLANNEL_SUBNET} --mtu=${FLANNEL_MTU} -s=overlay -H fd://
[Install]
WantedBy=multi-user.target