Skip to content

supervisor crashed docker container #53

Description

@cbautista1002

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions