Error: net/http: TLS handshake timeoutError: net/http: TLS handshake timeout
The TLS handshake with the Docker registry timed out.
Exit Code 2The container process exited due to a misuse of a shell command.
A shell command inside the container was used incorrectly (wrong arguments, invalid options). This exit code follows the Bash convention for command misuse.
Check container logs for the specific command that failed. Verify the command syntax in your Dockerfile CMD or ENTRYPOINT. Test the command in an interactive container: docker run -it image sh.
Error: net/http: TLS handshake timeoutThe TLS handshake with the Docker registry timed out.
Error: pull access deniedDocker cannot pull the image because of authentication or authorization issues.
Exit Code 126The container's command was found but could not be executed.
Cannot connect to the Docker daemonThe Docker client cannot communicate with the Docker daemon process.
Error: toomanyrequests: Rate limit exceededDocker Hub's pull rate limit has been exceeded.
Error: no such serviceThe specified service name does not exist in the Docker Compose file.