Skip to content

docker_daemon: separate external restart and application exit cases #2659

Open
@awasilyev

Description

@awasilyev

Docker container can be restarted externally - with docker restart or during new version deployment.
Another case - when container launched with --restart=yes and application inside container exited for some reason - for example with error or been killed on OOM.
It will be very useful to have separated events for this two cases, so I can configure alarm on second.

Another option - ability to handle group of events events to generate alert. First case generate 'kill' event before 'die', and second - only 'die' event.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions