Merge pull request #1028 from nstapelbroek/feature/exec-die-event

Add exec_die to the list of known container events
This commit is contained in:
Sebastiaan van Stijn 2018-04-30 12:26:28 +02:00 committed by GitHub
commit 8103326311
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -48,6 +48,7 @@ Docker containers report the following events:
- `die`
- `exec_create`
- `exec_detach`
- `exec_die`
- `exec_start`
- `export`
- `health_status`