Exit Code 0Docker Exit Code 0
The container process exited successfully with no errors.
Exit Code 128The container process received an invalid exit signal.
The container's main process exited due to a signal, but the exit code 128 alone (without addition) indicates an invalid argument to the exit command or a fatal signal that could not be identified.
Check container logs for signal information. Exit codes 128+N mean the process was killed by signal N (e.g., 137 = 128+9 = SIGKILL). Investigate what caused the signal.
Exit Code 0The container process exited successfully with no errors.
Error: toomanyrequests: Rate limit exceededDocker Hub's pull rate limit has been exceeded.
Exit Code 255The container exited with an unspecified or unknown error.
permission denied while trying to connect to Docker daemonThe current user does not have permission to access the Docker daemon socket.
Error: error getting credentialsDocker's credential helper failed to retrieve stored credentials.
Error: build context too largeThe Docker build context directory contains too many files or is too large.