Exit Code 0Docker Exit Code 0
The container process exited successfully with no errors.
63 кодів помилок з тегом "container"
Exit Code 0The container process exited successfully with no errors.
Exit Code 1The container process exited with a general error.
Exit Code 2The container process exited due to a misuse of a shell command.
Exit Code 125The Docker daemon itself encountered an error before the container process could start.
Exit Code 126The container's command was found but could not be executed.
Exit Code 127The container's command was not found.
Exit Code 128The container process received an invalid exit signal.
Exit Code 130The container was terminated by Ctrl+C (SIGINT, signal 2).
Exit Code 137The container was killed with SIGKILL (signal 9), commonly due to out-of-memory (OOM) conditions.
Exit Code 139The container crashed with a segmentation fault (SIGSEGV, signal 11).
Exit Code 143The container was terminated gracefully with SIGTERM (signal 15).
Exit Code 255The container exited with an unspecified or unknown error.
Cannot connect to the Docker daemonThe Docker client cannot communicate with the Docker daemon process.
permission denied while trying to connect to Docker daemonThe current user does not have permission to access the Docker daemon socket.
Error: No such imageThe specified Docker image does not exist locally.
Error: No such containerThe specified container ID or name does not exist.
Error: pull access deniedDocker cannot pull the image because of authentication or authorization issues.
Error: port is already allocatedThe host port you are trying to bind is already in use by another process or container.
Error: network not foundThe specified Docker network does not exist.
Error: No such volumeThe specified Docker volume does not exist.
Error: volume is in useThe Docker volume cannot be removed because it is still mounted by a container.
OOMKilled: trueThe Linux kernel's OOM killer terminated the container because it exceeded its memory limit.
Error: no space left on deviceThe Docker host has run out of disk space.
Error: Cannot locate specified DockerfileDocker build cannot find the Dockerfile in the specified location.
Error: build context too largeThe Docker build context directory contains too many files or is too large.
Warning: build-arg not used in buildA --build-arg was passed to docker build but no matching ARG instruction was found in the Dockerfile.
COPY failed: file not found in build contextA COPY instruction in the Dockerfile could not find the specified file in the build context.
Error: pull access denied for base imageThe base image specified in the FROM instruction could not be found or accessed.
Error: no configuration file providedDocker Compose cannot find a docker-compose.yml or compose.yaml file.
Error: yaml: unmarshal errorsThe Docker Compose file contains invalid YAML syntax.
Error: no such serviceThe specified service name does not exist in the Docker Compose file.
Error: service dependency failed to startA service that another service depends on failed to start.
Warning: Found orphan containersDocker Compose found containers from a previous configuration that are no longer defined.
Error: container is already runningYou tried to start a container that is already running.
Error: container is not runningAn operation that requires a running container was attempted on a stopped container.
Error: Conflict. The container name is already in useA container with the specified name already exists (running or stopped).
exec format errorThe container tried to execute a binary that is incompatible with its platform architecture.
Error: manifest not foundThe image manifest could not be found in the registry.
Error: DNS resolution failedA container could not resolve a hostname via DNS.
Error: connection refused between containersA container could not connect to another container on the network.
health status: unhealthyThe container's health check is failing, indicating the service inside is not healthy.
Error: layer not foundA layer referenced by an image could not be found in the local cache or registry.
Error: ENTRYPOINT not foundThe entrypoint binary or script specified in the image does not exist.
Error: read-only file systemAn attempt to write to the container's filesystem failed because it is mounted as read-only.
Error: too many open files in containerThe container exceeded its file descriptor limit.
Error: target stage not found in DockerfileThe specified build target does not match any stage name in the Dockerfile.
Error: secret not foundA Docker secret referenced by a service does not exist.
Error: toomanyrequests: Rate limit exceededDocker Hub's pull rate limit has been exceeded.
WARNING: image platform does not matchThe pulled image was built for a different CPU architecture than the host.
Error: container has too many PIDsThe container exceeded its process ID limit.
Error: bind mount source path does not existThe host directory specified for a bind mount does not exist.
Error: error getting credentialsDocker's credential helper failed to retrieve stored credentials.
Error: image prune already in progressA Docker image prune operation is already running.
Error: Pool overlaps with other networkThe IP address range for a new Docker network conflicts with an existing network.
Error: cgroup memory limit exceededThe container exceeded its cgroup memory limit, which is enforced by the Linux kernel.
Error: storage driver errorDocker's storage driver encountered an error managing image layers or container filesystems.
Error: invalid IPC modeAn invalid IPC (Inter-Process Communication) mode was specified.
Error: no such deviceA device specified with --device does not exist on the host.
Error: dial tcp: lookup registry-1.docker.io: no such hostDocker cannot reach the container registry to pull or push images.
Error: net/http: TLS handshake timeoutThe TLS handshake with the Docker registry timed out.
ECS STOPPED (Essential container exited)An ECS task stopped because an essential container exited.
ECS CannotPullContainerErrorECS could not pull the container image.
Azure ContainerCreationFailedThe Azure container instance failed to create.