Mac OS X sudo docker Cannot connect to the Docker daemon. Is the docker daemon running on this host?

前端 未结 6 2008
甜味超标
甜味超标 2020-12-24 15:14

I installed docker and there seems to be some issue.

$ docker ps

CONTAINER ID IMAGE COMMAND

6条回答
  •  离开以前
    2020-12-24 15:34

    I just had this problem. I was using the old docker-machine and I switched to the latest docker for mac. Running eval $(docker-machine env default) sets up some environment variables.

    To solve my problem, I unset those environment variables...

    unset DOCKER_HOST DOCKER_MACHINE_NAME DOCKER_TLS_VERIFY DOCKER_CERT_PATH

提交回复
热议问题