EC
errcodes.dev
HTTP
PostgreSQL
Linux
Python
Docker
21 languages Β· 7,377+ codes
errcodes.dev
/
Docker
π³
Docker Exit Codes
Docker 27
20 codes
Container exit codes and daemon errors
All severities
ERROR
CRITICAL
INFO
WARNING
All tiers
Common
Notable
Critical
Showing
20
of
20
errors
Code
Message
Severity
Tier
OOMKilled
Container killed due to out of memory
ERROR
Common
β
Exit Code 125
Docker daemon execution error
ERROR
Notable
β
Exit Code 126
Contained command cannot be invoked
ERROR
Critical
β
Exit Code 127
Contained command not found
ERROR
Critical
β
Exit Code 137
Container killed by OOM killer (SIGKILL)
ERROR
Common
β
Exit Code 139
Segmentation Fault (SIGSEGV)
CRITICAL
Common
β
Exit Code 143
Graceful shutdown via SIGTERM
INFO
β
CrashLoopBackOff
Container is starting and crashing in a loop
ERROR
Notable
β
bind: address already in use
Port is already allocated on the host
ERROR
Critical
β
no space left on device
Docker host or container is out of disk space
CRITICAL
Common
β
permission denied on volume mount
SELinux, AppArmor, or filesystem permissions are blocking volume access
ERROR
Notable
β
image not found / pull access denied
Image does not exist locally or in a remote repository
ERROR
Critical
β
network not found
The specified Docker network does not exist
ERROR
Critical
β
container name is already in use
A container with the specified name already exists
ERROR
β
cannot connect to Docker daemon
Docker CLI cannot reach the Docker service
CRITICAL
Notable
β
context deadline exceeded
API call to Docker daemon timed out
WARNING
Notable
β
layer already exists
A pushed image layer already exists in the remote registry
INFO
β
invalid reference format
Image name contains invalid characters or format
ERROR
β
dockerfile syntax error
Instruction in Dockerfile is unknown or malformed
ERROR
β
Health check failing
Container is running but reported as unhealthy
WARNING
Notable
β