mirror of https://github.com/docker/cli.git
Missing exec_die event
Add also `exec_die` event.
Signed-off-by: Melroy van den Berg <melroy@melroy.org>
(cherry picked from commit 946bb9471b
)
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
parent
b33c935a05
commit
5069f9f739
|
@ -39,6 +39,7 @@ Docker containers report the following events:
|
||||||
- `die`
|
- `die`
|
||||||
- `exec_create`
|
- `exec_create`
|
||||||
- `exec_detach`
|
- `exec_detach`
|
||||||
|
- `exec_die`
|
||||||
- `exec_start`
|
- `exec_start`
|
||||||
- `export`
|
- `export`
|
||||||
- `health_status`
|
- `health_status`
|
||||||
|
|
Loading…
Reference in New Issue