Exit Code 1Docker Exit Code 1
The container process exited with a general error.
Error: net/http: TLS handshake timeoutThe TLS handshake with the Docker registry timed out.
The TLS connection to the registry could not be established within the timeout. This is caused by network congestion, a misconfigured proxy intercepting TLS, slow DNS resolution, or the registry being overloaded.
Retry the operation. Check network connectivity and proxy settings. Verify DNS resolution speed. If behind a corporate firewall, ensure Docker Hub IPs are whitelisted. Increase timeout in Docker daemon configuration.
Exit Code 1The container process exited with a general error.
Error: dial tcp: lookup registry-1.docker.io: no such hostDocker cannot reach the container registry to pull or push images.
Exit Code 128The container process received an invalid exit signal.
Error: no space left on deviceThe Docker host has run out of disk space.
Error: service dependency failed to startA service that another service depends on failed to start.
Error: ENTRYPOINT not foundThe entrypoint binary or script specified in the image does not exist.