Merge pull request #3639 from pires/fix_docker_coreos

Fixed missing standalone.yaml fix to Docker overlay driver. Refs #3625.
pull/6/head
Eric Tune 2015-01-20 13:32:55 -08:00
commit e52a50fe59
1 changed files with 1 additions and 1 deletions

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