Exit Code 0Docker Exit Code 0
The container process exited successfully with no errors.
Error: manifest not foundThe image manifest could not be found in the registry.
The image tag does not exist in the registry. The tag may have been deleted, the image may not have been pushed, or the tag name is incorrect.
Verify the image tag exists in the registry. Check the registry's web interface for available tags. Use docker pull image:latest as a fallback. Push the image if it has not been published.
Exit Code 0The container process exited successfully with no errors.
Exit Code 128The container process received an invalid exit signal.
Error: dial tcp: lookup registry-1.docker.io: no such hostDocker cannot reach the container registry to pull or push images.
Exit Code 137The container was killed with SIGKILL (signal 9), commonly due to out-of-memory (OOM) conditions.
Exit Code 2The container process exited due to a misuse of a shell command.
Cannot connect to the Docker daemonThe Docker client cannot communicate with the Docker daemon process.