Docker-Compose can't connect to Docker Daemon

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

    I used Ubuntu 16.04 and found this problem too when I used docker-compose. I fixed it by running this command.

    $ sudo systemctl start docker
    $ sudo docker-compose build
    

提交回复
热议问题