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>
| ... | ... |
@@ -21,11 +21,11 @@ parent = "smn_cli" |
| 21 | 21 |
|
| 22 | 22 |
Docker containers will report the following events: |
| 23 | 23 |
|
| 24 |
- create, destroy, die, export, kill, oom, pause, restart, start, stop, unpause |
|
| 24 |
+ attach, commit, copy, create, destroy, die, exec_create, exec_start, export, kill, oom, pause, rename, resize, restart, start, stop, top, unpause |
|
| 25 | 25 |
|
| 26 | 26 |
and Docker images will report: |
| 27 | 27 |
|
| 28 |
- untag, delete |
|
| 28 |
+ delete, import, pull, push, tag, untag |
|
| 29 | 29 |
|
| 30 | 30 |
The `--since` and `--until` parameters can be Unix timestamps, RFC3339 |
| 31 | 31 |
dates or Go duration strings (e.g. `10m`, `1h30m`) computed relative to |
| ... | ... |
@@ -18,11 +18,11 @@ information and real-time information. |
| 18 | 18 |
|
| 19 | 19 |
Docker containers will report the following events: |
| 20 | 20 |
|
| 21 |
- create, destroy, die, export, kill, pause, restart, start, stop, unpause |
|
| 21 |
+ attach, commit, copy, create, destroy, die, exec_create, exec_start, export, kill, oom, pause, rename, resize, restart, start, stop, top, unpause |
|
| 22 | 22 |
|
| 23 | 23 |
and Docker images will report: |
| 24 | 24 |
|
| 25 |
- untag, delete |
|
| 25 |
+ delete, import, pull, push, tag, untag |
|
| 26 | 26 |
|
| 27 | 27 |
# OPTIONS |
| 28 | 28 |
**--help** |