This commit is contained in:
Lars Kellogg-Stedman 2015-01-02 09:45:18 -05:00
parent 5b0e39a93b
commit efb3418f69
1 changed files with 3 additions and 0 deletions

View File

@ -19,6 +19,9 @@ write_files:
# This EnvironmentFile is required.
EnvironmentFile=/run/flannel/subnet.env
# This works around https://github.com/docker/docker/issues/9468
Environment=DOCKER_CERT_PATH=/etc/docker
ExecStart=/usr/bin/docker -d -H fd:// --bip $FLANNEL_SUBNET --mtu $FLANNEL_MTU $OPTIONS $DOCKER_STORAGE_OPTIONS
Restart=on-failure
LimitNOFILE=1048576