docker-machine: no machine name, no “default” exists

前端 未结 6 1412
不思量自难忘°
不思量自难忘° 2021-02-01 12:39

I downloaded and installed Docker for Windows 1.12.1 which in turn installed the docker-machine and docker-compose. I did not install \"Docker Toolbox\" since its a duplicate of

6条回答
  •  名媛妹妹
    2021-02-01 13:20

    Docker Machine is a tool that lets you install Docker Engine on virtual hosts

    Docker machine just like building docker on a Vm, so first you have to create a Vm, in your case:

    docker-machine create default
    

提交回复
热议问题