Tag Archives: centos ERROR: Couldn’t connect to Docker daemon at http+docker://localhost is it running?

centos ERROR: Couldn’t connect to Docker daemon at http+docker://localhost – is it running?

ERROR: Couldn’t connect to Docker daemon at http+ docker://localhost – is it running?

 

The main reason is that docker is not started in the system service mode.

resolvent:

1. Start docker service

Service docker start
2. Generate a self starting service

Systemctl enable docker. Service
3. Check the service status. The active status is: active (running)

systemctl status docker.service