Can't connect to docker from docker-compose

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

    If you are on Linux you may not have docker-machine installed since it is only installed by default on Windows and Mac computers.

    If so you will need to got to: https://docs.docker.com/machine/install-machine/ to find instructions for how to install it on your version of Linux.

    After installing, retry running docker-compose up before trying anything listed above.

    Hope this helps someone. This worked for my devilbox installation in Fedora 25.

提交回复
热议问题