Skip to content
fixerror.dev
infrastructure

Docker Errors

Docker errors: 'no such image', 'driver failed programming external connectivity', 'manifest unknown', exit code 137 (OOM), exit code 139 (segfault), exit code 125 (Docker daemon error).

Docker exit codes: 0 success, 1 application error, 125 Docker daemon error, 126 command can't execute, 127 command not found, 137 SIGKILL (OOM), 139 SIGSEGV, 143 SIGTERM. Build errors usually trace to missing build context, RUN command failures, or layer cache invalidation. `docker system prune` is the cure for many storage-related errors.

Official docs
https://docs.docker.com/engine/reference/run/#exit-status
Status page
https://www.dockerstatus.com/
Support
https://www.docker.com/support/

Related services