Skip to content

Instantly share code, notes, and snippets.

@kelseyhightower
Created April 15, 2016 23:39
Show Gist options
  • Save kelseyhightower/112f70b051c0330dc9b04069250bfd73 to your computer and use it in GitHub Desktop.
Save kelseyhightower/112f70b051c0330dc9b04069250bfd73 to your computer and use it in GitHub Desktop.
[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