Created
July 9, 2014 13:33
-
-
Save emmanuel/7f21eb0542224aae01a9 to your computer and use it in GitHub Desktop.
Clean & simple way to override Docker launch options in CoreOS
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
.include /usr/lib/systemd/system/docker.service | |
[Service] | |
ExecStart= | |
ExecStart=/usr/bin/docker -d -s=btrfs -r=false -H fd:// --dns=172.17.42.1 --dns-search=cluster.local |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@emmanuel - few questions: