Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Control C does not quit container #9

Open
jonocodes opened this issue Oct 25, 2016 · 0 comments
Open

Control C does not quit container #9

jonocodes opened this issue Oct 25, 2016 · 0 comments

Comments

@jonocodes
Copy link

I'm not sure why this happens for me.

Running these:
docker run --rm -p 80:80 -v $(pwd):/usr/local/apache2/htdocs/ httpd:alpine
docker run --rm -p 80:80 -v $(pwd):/var/www/html php:5-apache

I have no problem doing control C to quit from the terminal. But when I run yours, it does not quit:
docker run --rm -p 80:80 -v $(pwd):/app k0st/alpine-apache-php

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant