Skip to content

Instantly share code, notes, and snippets.

@jkirkby91
Last active May 23, 2016 17:10
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 jkirkby91/df5436ed5625f3c8e3648f402ac79a80 to your computer and use it in GitHub Desktop.
Save jkirkby91/df5436ed5625f3c8e3648f402ac79a80 to your computer and use it in GitHub Desktop.
A bash script to start supervisord when booting a docker container
#!/bin/bash
# Fire up supervisord
/usr/bin/supervisord -n -c /etc/supervisord.conf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment