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

前端 未结 6 1395
不思量自难忘°
不思量自难忘° 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:19

    Documentation docker-machine create

    docker-machine create --driver virtualbox dev
    

    or

    docker-machine create -d virtualbox \
        --engine-label foo=bar \
        --engine-label spam=eggs \
        --engine-storage-driver overlay \
        --engine-insecure-registry registry.myco.com \
        foobarmachine
    

提交回复
热议问题