Can't connect to docker from docker-compose

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

    logging out then in again helped me. In my case it was fresh install, I created a new user, new group then added the user to the docker group.

    exit exit

    then ssh into the server again

提交回复
热议问题