podman-compose
podman-compose copied to clipboard
Stop containers when SIGINT is sent (like in docker-compose)
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.