Skip to content

Docker Events

BK Jackson edited this page Jun 10, 2019 · 3 revisions

Examples

bash script to monitor and do something with docker events

Articles

Docker Events Explained - One of the fantastic features of the Docker platform is the events API. This enables tools like Registrator and Logspout to listen for container events like starting and stopping, then act on them.

Clone this wiki locally