Rails, Docker: Host does not exist: “default”

前端 未结 4 1209
耶瑟儿~
耶瑟儿~ 2021-01-30 08:42

When I try to run docker-machine start default , I get Host does not exist: \"default\", I tried eval \"$(docker-machine env default)\", b

4条回答
  •  滥情空心
    2021-01-30 09:33

    Sometimes, docker-machine start default might misbehave and require you to rerun the command again. In that case, running eval "$(docker-machine env default)" will bring back joy :)

提交回复
热议问题