Browse Source

Sync with remote API

Signed-off-by: Luca Marturana <lucamarturana@gmail.com>

Sync also container events

Signed-off-by: Luca Marturana <lucamarturana@gmail.com>

Sync also man page

Signed-off-by: Luca Marturana <lucamarturana@gmail.com>
Luca Marturana 9 years ago
parent
commit
d7ca0a48ac
2 changed files with 4 additions and 4 deletions
  1. 2 2
      docs/reference/commandline/events.md
  2. 2 2
      man/docker-events.1.md

+ 2 - 2
docs/reference/commandline/events.md

@@ -21,11 +21,11 @@ parent = "smn_cli"
 
 
 Docker containers will report the following events:
 Docker containers will report the following events:
 
 
-    create, destroy, die, 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 will report:
 and Docker images will report:
 
 
-    untag, delete
+    delete, import, pull, push, tag, untag
 
 
 The `--since` and `--until` parameters can be Unix timestamps, RFC3339
 The `--since` and `--until` parameters can be Unix timestamps, RFC3339
 dates or Go duration strings (e.g. `10m`, `1h30m`) computed relative to
 dates or Go duration strings (e.g. `10m`, `1h30m`) computed relative to

+ 2 - 2
man/docker-events.1.md

@@ -18,11 +18,11 @@ information and real-time information.
 
 
 Docker containers will report the following events:
 Docker containers will report the following events:
 
 
-    create, destroy, die, export, kill, 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 will report:
 and Docker images will report:
 
 
-    untag, delete
+    delete, import, pull, push, tag, untag
 
 
 # OPTIONS
 # OPTIONS
 **--help**
 **--help**