Skip to content

Instantly share code, notes, and snippets.

@jonmorehouse
Created March 11, 2014 06:45
Show Gist options
  • Save jonmorehouse/9480727 to your computer and use it in GitHub Desktop.
Save jonmorehouse/9480727 to your computer and use it in GitHub Desktop.
[Unit]
Description=docker daemon
[Service]
PermissionsStartOnly=true
Type=forking
ExecStart=/usr/bin/docker -H tcp://0.0.0.0:4243 -H unix:///var/run/docker.sock -d
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment