Error: net/http: TLS handshake timeoutError: net/http: TLS handshake timeout
The TLS handshake with the Docker registry timed out.
permission denied while trying to connect to Docker daemonThe current user does not have permission to access the Docker daemon socket.
Your user account is not in the docker group. The Docker daemon socket /var/run/docker.sock is owned by root:docker, and non-root users need to be in the docker group.
Add your user to the docker group: sudo usermod -aG docker $USER. Log out and back in for the change to take effect. Or use: newgrp docker. Alternatively, use sudo for Docker commands (less recommended).
sudo usermod -aG docker $USER && newgrp dockerError: net/http: TLS handshake timeoutThe TLS handshake with the Docker registry timed out.
Exit Code 2The container process exited due to a misuse of a shell command.
Error: bind mount source path does not existThe host directory specified for a bind mount does not exist.
Error: container is not runningAn operation that requires a running container was attempted on a stopped container.
Exit Code 130The container was terminated by Ctrl+C (SIGINT, signal 2).
Error: No such containerThe specified container ID or name does not exist.