-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Description
I was making changes to environment variables and to supervisord.conf and when I tried to reload supervisor (per http://stackoverflow.com/questions/16970379/environment-variables-with-supervisor) it crashed the entire docker container!
bash-4.3# supervisorctl
httpd RUNNING pid 63563, uptime 0:17:50
map RUNNING pid 64322, uptime 0:04:05
mysql STOPPED Apr 09 10:51 PM
sshd RUNNING pid 63564, uptime 0:17:50
supervisor> stop map
map: stopped
supervisor> reload
Really restart the remote supervisord process y/N? y
Restarted supervisord
supervisor> core@td-tac01 ~/tacstack $
core@td-tac01 ~/tacstack $ docker exec -it tacstack_mapappprod_1 /bin/bash
FATA[0000] Error response from daemon: Container tacstack_mapappprod_1 is not running
The last change I made was I added environment=PYTHONPATH='/home/robotframework':${PYTHONPATH} to /etc/supervisord.conf
Metadata
Metadata
Assignees
Labels
No labels