podman-compose icon indicating copy to clipboard operation
podman-compose copied to clipboard

Stop containers when SIGINT is sent (like in docker-compose)

Open arthrp opened this issue 3 years ago • 0 comments

Is your feature request related to a problem? Please describe. When you press Ctrl-C in terminal running podman-compose, your containers are still left running. In contrast, docker-compose intercepts the SIGINT and powers down all containers.

Describe the solution you'd like Same behavior as with docker-compose, stop all containers started by podman-compose up.

Additional context Since podman-compose often acts as drop-in replacement for docker-compose, similar behavior would be beneficial.

arthrp avatar Aug 24 '22 13:08 arthrp