Skip to content

Support for Docker Event System #296

@thatsIch

Description

@thatsIch

Docker enables to listen to its own Event-System by levering the docker events [Options] cli-command.
That way you can listen to specific events in your own application like create or health_status. This allows reacting to a specific event without polling and parsing the docker events yourself.

Example implementation in other libraries are

Documentation: https://docs.docker.com/engine/reference/commandline/events/

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions