Skip to content

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

@arthrp

Description

@arthrp

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions