Browse code

Add some missing events to the API docs

Closes #14407

Signed-off-by: Doug Davis <dug@us.ibm.com>

Doug Davis authored on 2015/07/07 03:34:17
Showing 1 changed files
... ...
@@ -1721,11 +1721,11 @@ polling (using since).
1721 1721
 
1722 1722
 Docker containers report the following events:
1723 1723
 
1724
-    create, destroy, die, exec_create, exec_start, export, kill, oom, pause, restart, start, stop, unpause
1724
+    attach, commit, copy, create, destroy, die, exec_create, exec_start, export, kill, oom, pause, rename, resize, restart, start, stop, top, unpause
1725 1725
 
1726 1726
 and Docker images report:
1727 1727
 
1728
-    untag, delete
1728
+    delete, import, pull, push, tag, untag
1729 1729
 
1730 1730
 **Example request**:
1731 1731