forked from sbadia/docker-events-exporter
-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Description
I experience a lot of alerts regarding the exit code 137 when services are re-deployed. When using docker inspect ... using the container name in container_attributes_name the output shows an exit code of 0 like here:
[
{
"Id": "38be06a7263e4b06d9f38186f7425e8ad9ed3df77c7c2973f79fc02979cee3ca",
"Created": "2025-02-26T07:24:38.142125498Z",
"Path": "docker-entrypoint.sh",
"Args": [
"apache2-foreground"
],
"State": {
"Status": "exited",
"Running": false,
"Paused": false,
"Restarting": false,
"OOMKilled": false,
"Dead": false,
"Pid": 0,
"ExitCode": 0,
"Error": "",
"StartedAt": "2025-02-26T07:24:45.565705089Z",
"FinishedAt": "2025-02-26T10:03:00.267463824Z"
},
...
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels