Skip to content

Commit

Permalink
Fixed missing standalone.yaml fix to Docker overlay driver. Refs kube…
Browse files Browse the repository at this point in the history
  • Loading branch information
pires committed Jan 20, 2015
1 parent f90ad57 commit 09b4a6a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 09b4a6a

Please sign in to comment.