RobLoach / drush-docker

:whale: Docker Container to run Drush
http://registry.hub.docker.com/u/drush/drush
Other
19 stars 19 forks source link

Doesn't accept signals #41

Open fearlsgroove opened 8 years ago

fearlsgroove commented 8 years ago

I don't think this is a problem with your container, as I'm here after encountering this with the phar in my own container that runs drush, but it appears it won't listen to a signal.

For example run:

docker run -it --rm drush/drush:8 ev "while (true) sleep(5);"

.. and try to ctrl+c to kill it. Any ideas?