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

Control C does not quit container

Open jonocodes opened this issue 9 years ago • 0 comments

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

jonocodes avatar Oct 25 '16 16:10 jonocodes