Created
May 10, 2014 22:31
-
-
Save tomgruner/1e739a0cb4a79b290856 to your computer and use it in GitHub Desktop.
example supervisor conf for docker
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[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