EC
🐳

Docker Exit Codes

Docker 2720 codes

Container exit codes and daemon errors

Showing 20 of 20 errors
CodeMessage
OOMKilledContainer killed due to out of memory→
Exit Code 125Docker daemon execution error→
Exit Code 126Contained command cannot be invoked→
Exit Code 127Contained command not found→
Exit Code 137Container killed by OOM killer (SIGKILL)β†’
Exit Code 139Segmentation Fault (SIGSEGV)β†’
Exit Code 143Graceful shutdown via SIGTERM→
CrashLoopBackOffContainer is starting and crashing in a loop→
bind: address already in usePort is already allocated on the host→
no space left on deviceDocker host or container is out of disk space→
permission denied on volume mountSELinux, AppArmor, or filesystem permissions are blocking volume access→
image not found / pull access deniedImage does not exist locally or in a remote repository→
network not foundThe specified Docker network does not exist→
container name is already in useA container with the specified name already exists→
cannot connect to Docker daemonDocker CLI cannot reach the Docker service→
context deadline exceededAPI call to Docker daemon timed out→
layer already existsA pushed image layer already exists in the remote registry→
invalid reference formatImage name contains invalid characters or format→
dockerfile syntax errorInstruction in Dockerfile is unknown or malformed→
Health check failingContainer is running but reported as unhealthy→