Error guides tagged [docker]

20 guides found
DOCK
Cannot connect to the Docker daemon - How to resolve this issue

Docker cannot communicate with the Docker daemon because the daemon is stopped, inaccessible, or the current user lacks permission.

dockercommon errorlinux • windows • macos
updated June 28, 2026
DOCK
Container exited with code 137 - How to resolve this issue

The container was terminated abruptly by the host operating system because it ran out of memory (OOM) or received a SIGKILL signal.

dockerexit codecommon
updated June 28, 2026
DOCK
Docker daemon is not running - How to resolve this issue

The Docker command-line client cannot establish a connection because the background Docker daemon process is not running on the system.

dockerdaemon errorcommon
updated June 28, 2026
DOCK
Dockerfile parse error - How to resolve this issue

The Docker builder engine failed to parse the Dockerfile due to syntax typos, incorrect instruction keywords, or malformed formatting.

dockersyntax errorcommon
updated June 28, 2026
DOCK
Docker socket permission denied - How to resolve this issue

The current user does not have read/write access to the Unix socket file (/var/run/docker.sock) used to communicate with the Docker daemon.

dockerpermission errorcommon
updated June 28, 2026
DOCK
Exit Code 125 - How to resolve this issue

The Docker CLI command itself failed to run, often due to syntactically invalid parameters or driver failures before the container process could start.

dockerexit codecommon
updated June 28, 2026
DOCK
Exit Code 126 - How to resolve this issue

The command specified inside the container was found, but it could not be executed due to permission limitations or file format issues.

dockerexit codecommon
updated June 28, 2026
DOCK
Exit Code 127 - How to resolve this issue

The command specified inside the container could not be found, or its interpreter (shell) is missing in the base image.

dockerexit codecommon
updated June 28, 2026
DOCK
Exit Code 137 - How to resolve this issue

The containerized process was forcefully terminated by a SIGKILL (signal 9) signal from the host, typically due to memory exhaustion.

dockerexit codecommon
updated June 28, 2026
DOCK
Failed to solve - How to resolve this issue

The BuildKit compiler engine failed to compute the build steps (LLB definition) due to missing files, incorrect paths, or registry authorization errors.

dockerbuildkit errorcommon
updated June 28, 2026