Skip to content

Instantly share code, notes, and snippets.

@ericreid
Created August 19, 2013 19:37
Show Gist options
  • Select an option

  • Save ericreid/6273112 to your computer and use it in GitHub Desktop.

Select an option

Save ericreid/6273112 to your computer and use it in GitHub Desktop.
description "Run docker"
start on filesystem or runlevel [2345]
stop on runlevel [!2345]
respawn
script
/usr/bin/docker -d -r=true
end script
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment