Cannot connect to the Docker daemon on macOS

前端 未结 15 1551
失恋的感觉
失恋的感觉 2020-12-07 07:23

I normally prefer to manage my apps on my OSX with brew

I am able to install docker, docker-compose and docker-machine

docker --version
Docker versio         


        
15条回答
  •  春和景丽
    2020-12-07 07:40

    I first tried docker and docker-compose via homebrew, but it had the problem listed here. I had to install docker's official install from https://docs.docker.com/docker-for-mac/install/ and then everything worked as expected.

提交回复
热议问题