Docker-Compose can't connect to Docker Daemon

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

    I had the same error, after 15 min of debugging. Turns out all it needs is a sudo :) Check out [Create a Docker group] here https://docs.docker.com/engine/installation/linux/ubuntulinux/ to get rid of the sudo prefix.

提交回复
热议问题