Merge pull request #26302 from vdemeester/health_status-in-event-docs
Add health status as action on events documentations
(cherry picked from commit b468df9eac
)
Signed-off-by: Charles Smith <charles.smith@docker.com>
This commit is contained in:
parent
931418603e
commit
5c34d579dc
2 changed files with 2 additions and 2 deletions
|
@ -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:
|
||||
|
||||
|
|
|
@ -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:
|
||||
|
||||
|
|
Loading…
Reference in a new issue