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>
This commit is contained in:
parent
139e924690
commit
946bb9471b
|
@ -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