mirror of https://github.com/docker/cli.git
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>
This commit is contained in:
parent
92512fdf32
commit
f8a62fd1c5
|
@ -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
|
||||||
|
|
|
@ -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**
|
||||||
|
|
Loading…
Reference in New Issue