Monday, February 6, 2017

Docker service failed to start

I  installed docker-engine on RHEL 7 and  when i tried to run docker service i got following error

Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running?

Solution:
#systemctl stop docker.service
#rm -rf /var/lib/docker
#systemctl start docker.service

No comments:

Post a Comment