Error AtlasError Documentation and Resolution

Docker client cannot connect to the Docker daemon

Cannot connect to the Docker daemon. Is 'docker daemon' running on this host?

The Docker client could not reach a running Docker daemon, either because the daemon is not started locally or because the client is pointed at an unreachable host.

Cannot connect to the Docker daemondaemon
Cannot connect to the Docker daemon. Is 'docker daemon' running on this host?
  • Cannot connect to the Docker daemon at unix:///var/run/docker.sock.
  • Cannot connect to the Docker daemon at tcp://localhost:2375.
  • The Docker daemon is not running on the current system.
  • The Docker client is configured to use a different host and that host is unreachable.
  • The DOCKER_HOST environment variable points to the wrong daemon endpoint.
  1. Check whether Docker is running by using docker info or the platform service manager.
  2. Inspect the DOCKER_HOST environment variable and unset it if it is pointing to the wrong host.
  3. If the client is meant to use a remote daemon, verify that the remote service is up and reachable.
Docker Docs: Troubleshooting the Docker daemon
Cannot connect to the Docker daemon: causes and fixes | Error Atlas