Can't connect to docker from docker-compose

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

    My setup has got two cases for this error:

    • __pycache__ files created by root user after I run integration tests inside container are inaccessible for docker (tells you original problem) and docker-compose (tells you about docker host ambiguously);
    • microk8s blocked my port until I stopped it.

提交回复
热议问题