Can't connect to docker from docker-compose

前端 未结 24 2097
说谎
说谎 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:47

    WORKING!!
    I tried with below commands and its working

    service docker restart
    docker-compose -f docker_compose.yaml down
    docker-compose -f docker_compose.yaml up
    

提交回复
热议问题