Skip to content

Instantly share code, notes, and snippets.

@tomgruner
Created May 10, 2014 22:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tomgruner/1e739a0cb4a79b290856 to your computer and use it in GitHub Desktop.
Save tomgruner/1e739a0cb4a79b290856 to your computer and use it in GitHub Desktop.
example supervisor conf for docker
[program:hello]
command = docker run --rm busybox /bin/sh -c "while true; do echo hello world; sleep 1; done"
autostart = true
autorestart = true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment