Docker-Compose can't connect to Docker Daemon

后端 未结 18 1090
死守一世寂寞
死守一世寂寞 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:03

    In my case a have the same error when I try to docker-compose build and my solution was just add sudo

    sudo docker-compose build
    

提交回复
热议问题