Skip to content

Instantly share code, notes, and snippets.

@philipz
Forked from emmanuel/docker.service
Created July 17, 2014 01:18
Show Gist options
  • Save philipz/d8f885cd49c2bf7d5c02 to your computer and use it in GitHub Desktop.
Save philipz/d8f885cd49c2bf7d5c02 to your computer and use it in GitHub Desktop.
.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