Created
April 15, 2016 23:39
-
-
Save kelseyhightower/112f70b051c0330dc9b04069250bfd73 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[Unit] | |
Description=Docker Application Container Engine | |
Documentation=http://docs.docker.io | |
[Service] | |
ExecStart=/usr/bin/docker \ | |
daemon \ | |
--bip=10.200.0.1/24 \ | |
--iptables=false \ | |
--ip-masq=false \ | |
--host=unix:///var/run/docker.sock \ | |
--storage-driver=overlay | |
Restart=on-failure | |
RestartSec=5 | |
[Install] | |
WantedBy=multi-user.target |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment