1
0
mirror of https://github.com/docker/cli.git synced 2026-01-16 20:22:36 +03:00

attach: replace interface with simple type

Also add docs to detach events

Signed-off-by: Alexander Morozov <lk4d4@docker.com>
Upstream-commit: 9c351e61c0
Component: cli
This commit is contained in:
Alexander Morozov
2016-06-03 10:11:52 -07:00
committed by Tibor Vass
parent 3e4d4aaf26
commit 30ff620184
2 changed files with 2 additions and 2 deletions

View File

@@ -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:

View File

@@ -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: