Add "OOM killed" event based on OOM state information
Docker-DCO-1.1-Signed-off-by: Phil Estes <estesp@linux.vnet.ibm.com> (github: estesp) Upstream-commit: 44cab4a4ff05cb1e499fba19394aadb20fc887b8 Component: engine
This commit is contained in:
@ -1375,7 +1375,7 @@ polling (using since).
|
||||
|
||||
Docker containers will report the following events:
|
||||
|
||||
create, destroy, die, export, kill, pause, restart, start, stop, unpause
|
||||
create, destroy, die, export, kill, oom, pause, restart, start, stop, unpause
|
||||
|
||||
and Docker images will report:
|
||||
|
||||
|
||||
@ -761,7 +761,7 @@ For example:
|
||||
|
||||
Docker containers will report the following events:
|
||||
|
||||
create, destroy, die, export, kill, pause, restart, start, stop, unpause
|
||||
create, destroy, die, export, kill, oom, pause, restart, start, stop, unpause
|
||||
|
||||
and Docker images will report:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user