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

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

I installed docker and there seems to be some issue.

$ docker ps

CONTAINER ID IMAGE COMMAND

6条回答
  •  慢半拍i
    慢半拍i (楼主)
    2020-12-24 15:35

    if you are using docker toolbox, type this before running the docker ps command to set the environment

    docker-machine env default
    

提交回复
热议问题