Skip to content

Control C does not quit container #9

@jonocodes

Description

@jonocodes

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions