Can't connect to docker from docker-compose

前端 未结 24 2038
说谎
说谎 2020-12-07 10:14

I installed docker-machine 0.1.0 and docker-compose 1.1.0 on Mac OS 10.8.5.
Docker-machine is running normally and able to connect by docker-machine ssh.



        
24条回答
  •  挽巷
    挽巷 (楼主)
    2020-12-07 10:57

    while running docker-compose pull - i was getting below error

    ERROR: Couldn't connect to Docker daemon at http+docker://localhost

    is it running?

    solution -

    sudo service docker start 
    

    issue resolved

提交回复
热议问题