-
-
Notifications
You must be signed in to change notification settings - Fork 55
Closed
Description
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
- https://github.com/docker-java/docker-java/blob/master/src/main/java/com/github/dockerjava/api/command/EventsCmd.java and
- https://github.com/spotify/docker-client/blob/master/src/main/java/com/spotify/docker/client/EventStream.java
--
Documentation: https://docs.docker.com/engine/reference/commandline/events/
Metadata
Metadata
Assignees
Labels
No labels