浏览代码

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 8 年之前
父节点
当前提交
fb8b6438f2
共有 2 个文件被更改,包括 2 次插入2 次删除
  1. 1 1
      docs/reference/api/docker_remote_api_v1.24.md
  2. 1 1
      docs/reference/commandline/events.md

+ 1 - 1
docs/reference/api/docker_remote_api_v1.24.md

@@ -2405,7 +2405,7 @@ Get container events from docker, in real time via streaming.
 
 
 Docker containers report the following events:
 Docker containers report the following events:
 
 
-    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
+    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
 
 
 Docker images report the following events:
 Docker images report the following events:
 
 

+ 1 - 1
docs/reference/commandline/events.md

@@ -24,7 +24,7 @@ Options:
 
 
 Docker containers report the following events:
 Docker containers report the following events:
 
 
-    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
+    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
 
 
 Docker images report the following events:
 Docker images report the following events: