discourse-docker icon indicating copy to clipboard operation
discourse-docker copied to clipboard

Don't use supervisor

Open srid opened this issue 12 years ago • 0 comments

if you ctrl+c a make supervisor session, supervisor will seemingly exit after killing the docker processes, but docker ps will indicate that the containers are still running.

supervisor is effectively useless in this context.

we should get rid of it, unless docker will play well with process supervisors (see docker issue 1311).

srid avatar Dec 10 '13 17:12 srid