Last active
April 4, 2018 07:52
-
-
Save rgarcia/dfdf41844668d4cc13bc to your computer and use it in GitHub Desktop.
supervisord docker run
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
[inet_http_server] | |
port=0.0.0.0:9001 | |
[supervisord] | |
logfile=out.log | |
loglevel=info | |
nodaemon=true | |
[rpcinterface:supervisor] | |
supervisor.rpcinterface_factory = supervisor.rpcinterface:make_main_rpcinterface | |
[supervisorctl] | |
[program:docker_container] | |
command=docker -H tcp://localhost:4243 run --sig-proxy -i ubuntu sleep 1000000 | |
stdout_logfile=./container.log | |
stderr_logfile=./container.log |
Author
rgarcia
commented
Jul 29, 2014
Hello. I have the same issue. Have you solved it?
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment