mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Add list of events in remote API docs
Add exec create and exec start to list of events in remote API docs Signed-off-by: Daehyeok Mun <daehyeok@gmail.com>
This commit is contained in:
parent
e3d813f37f
commit
fc7f055096
1 changed files with 1 additions and 1 deletions
|
@ -1380,7 +1380,7 @@ polling (using since).
|
|||
|
||||
Docker containers will report the following events:
|
||||
|
||||
create, destroy, die, export, kill, oom, pause, restart, start, stop, unpause
|
||||
create, destroy, die, exec_create, exec_start, export, kill, oom, pause, restart, start, stop, unpause
|
||||
|
||||
and Docker images will report:
|
||||
|
||||
|
|
Loading…
Reference in a new issue