mirror of https://github.com/docker/cli.git
attach: replace interface with simple type
Also add docs to detach events Signed-off-by: Alexander Morozov <lk4d4@docker.com>
This commit is contained in:
parent
de82bb1c55
commit
9c351e61c0
|
@ -21,7 +21,7 @@ parent = "smn_cli"
|
|||
|
||||
Docker containers report the following events:
|
||||
|
||||
attach, commit, copy, create, destroy, die, exec_create, exec_start, export, kill, oom, pause, rename, resize, restart, start, stop, top, unpause, update
|
||||
attach, commit, copy, create, destroy, detach, die, exec_create, exec_detach, exec_start, export, kill, oom, pause, rename, resize, restart, start, stop, top, unpause, update
|
||||
|
||||
Docker images report the following events:
|
||||
|
||||
|
|
|
@ -18,7 +18,7 @@ information and real-time information.
|
|||
|
||||
Docker containers will report the following events:
|
||||
|
||||
attach, commit, copy, create, destroy, die, exec_create, exec_start, export, kill, oom, pause, rename, resize, restart, start, stop, top, unpause, update
|
||||
attach, commit, copy, create, destroy, detach, die, exec_create, exec_detach, exec_start, export, kill, oom, pause, rename, resize, restart, start, stop, top, unpause, update
|
||||
|
||||
Docker images report the following events:
|
||||
|
||||
|
|
Loading…
Reference in New Issue