mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Add some missing events to the API docs
Closes #14407 Signed-off-by: Doug Davis <dug@us.ibm.com>
This commit is contained in:
parent
c7492126ef
commit
4bb3c253e8
1 changed files with 2 additions and 2 deletions
|
@ -1721,11 +1721,11 @@ polling (using since).
|
|||
|
||||
Docker containers report the following events:
|
||||
|
||||
create, destroy, die, exec_create, exec_start, export, kill, oom, pause, restart, start, stop, unpause
|
||||
attach, commit, copy, create, destroy, die, exec_create, exec_start, export, kill, oom, pause, rename, resize, restart, start, stop, top, unpause
|
||||
|
||||
and Docker images report:
|
||||
|
||||
untag, delete
|
||||
delete, import, pull, push, tag, untag
|
||||
|
||||
**Example request**:
|
||||
|
||||
|
|
Loading…
Reference in a new issue