diff --git a/docs/reference/commandline/events.md b/docs/reference/commandline/events.md index c966289d59..18b92fccb4 100644 --- a/docs/reference/commandline/events.md +++ b/docs/reference/commandline/events.md @@ -30,6 +30,10 @@ Docker images report the following events: delete, import, load, pull, push, save, tag, untag +Docker plugins(experimental) report the following events: + + install, enable, disable, remove + Docker volumes report the following events: create, mount, unmount, destroy @@ -74,6 +78,7 @@ The currently supported filters are: * container (`container=`) * event (`event=`) * image (`image=`) +* plugin (experimental) (`plugin=`) * label (`label=` or `label==`) * type (`type=`) * volume (`volume=`) @@ -171,3 +176,7 @@ relative to the current time on the client machine: $ docker events --filter 'type=network' 2015-12-23T21:38:24.705709133Z network create 8b111217944ba0ba844a65b13efcd57dc494932ee2527577758f939315ba2c5b (name=test-event-network-local, type=bridge) 2015-12-23T21:38:25.119625123Z network connect 8b111217944ba0ba844a65b13efcd57dc494932ee2527577758f939315ba2c5b (name=test-event-network-local, container=b4be644031a3d90b400f88ab3d4bdf4dc23adb250e696b6328b85441abe2c54e, type=bridge) + + $ docker events --filter 'type=plugin' (experimental) + 2016-07-25T17:30:14.825557616Z plugin pull ec7b87f2ce84330fe076e666f17dfc049d2d7ae0b8190763de94e1f2d105993f (name=tiborvass/no-remove:latest) + 2016-07-25T17:30:14.888127370Z plugin enable ec7b87f2ce84330fe076e666f17dfc049d2d7ae0b8190763de94e1f2d105993f (name=tiborvass/no-remove:latest)