From 5599c8776dda23ddcb0b6ab7a3933745638f32ce Mon Sep 17 00:00:00 2001 From: Vincent Demeester Date: Sun, 4 Sep 2016 18:01:57 +0200 Subject: [PATCH] =?UTF-8?q?Add=20health=C2=A0status=20as=20action=20on=20e?= =?UTF-8?q?vents=20documentations?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This was missing from the docs for 1.12.0. Signed-off-by: Vincent Demeester Upstream-commit: fb8b6438f265532ec47e001b2739ed614b47f3a0 Component: engine --- components/engine/docs/reference/api/docker_remote_api_v1.24.md | 2 +- components/engine/docs/reference/commandline/events.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/components/engine/docs/reference/api/docker_remote_api_v1.24.md b/components/engine/docs/reference/api/docker_remote_api_v1.24.md index 1d17dc79c5..db88c3da3e 100644 --- a/components/engine/docs/reference/api/docker_remote_api_v1.24.md +++ b/components/engine/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: - 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: diff --git a/components/engine/docs/reference/commandline/events.md b/components/engine/docs/reference/commandline/events.md index 18b92fccb4..1900d09c2b 100644 --- a/components/engine/docs/reference/commandline/events.md +++ b/components/engine/docs/reference/commandline/events.md @@ -24,7 +24,7 @@ Options: 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: