Docker-Compose can't connect to Docker Daemon

后端 未结 18 1065
死守一世寂寞
死守一世寂寞 2020-12-22 20:25

I am getting an error message saying I can\'t connect to the docker daemon. I have looked into other people\'s answers who have had similar issues but it hasn\'t helped. I

18条回答
  •  攒了一身酷
    2020-12-22 21:10

    In my case your docker service might be stopped

    Command to start docker service:

    $ sudo systemctl start docker

    Command to verify if it start:

    $ sudo docker run hello-world

提交回复
热议问题