Browse code

Add health status as action on events documentations

This was missing from the docs for 1.12.0.

Signed-off-by: Vincent Demeester <vincent@sbr.pm>

Vincent Demeester authored on 2016/09/05 01:01:57
Showing 2 changed files
... ...
@@ -2405,7 +2405,7 @@ Get container events from docker, in real time via streaming.
2405 2405
 
2406 2406
 Docker containers report the following events:
2407 2407
 
2408
-    attach, commit, copy, create, destroy, detach, die, exec_create, exec_detach, exec_start, export, kill, oom, pause, rename, resize, restart, start, stop, top, unpause, update
2408
+    attach, commit, copy, create, destroy, detach, die, exec_create, exec_detach, exec_start, export, health_status, kill, oom, pause, rename, resize, restart, start, stop, top, unpause, update
2409 2409
 
2410 2410
 Docker images report the following events:
2411 2411
 
... ...
@@ -24,7 +24,7 @@ Options:
24 24
 
25 25
 Docker containers report the following events:
26 26
 
27
-    attach, commit, copy, create, destroy, detach, die, exec_create, exec_detach, exec_start, export, kill, oom, pause, rename, resize, restart, start, stop, top, unpause, update
27
+    attach, commit, copy, create, destroy, detach, die, exec_create, exec_detach, exec_start, export, health_status, kill, oom, pause, rename, resize, restart, start, stop, top, unpause, update
28 28
 
29 29
 Docker images report the following events:
30 30