docker terminal: waiting for an IP

后端 未结 4 1525
花落未央
花落未央 2021-02-05 03:09

when I launch my docker quickstart terminal, It was clogged by \"waiting for an IP\" and no response at all.

Could someone tell me how to deal with?

4条回答
  •  北恋
    北恋 (楼主)
    2021-02-05 03:38

    I had the same issue. I managed to get past the problem through the following steps:

    • Start the Oracle VM VirtualBox desktop application.
    • Select and manually start default virtual machine.
    • Close virtual machine window and choose to Send shutdown signal.
    • Run Docker Quickstart Terminal.
    • (optional) Right-click on default virtual machine and select Showin the Oracle VM VirtualBox desktop application to monitor virtual machine boot process.

    After performing the steps above, I the Docker Quickstart Terminal window displayed:

                        ##         .
                      ## ## ##        ==
                   ## ## ## ## ##    ===
               /"""""""""""""""""\___/ ===
          ~~~ {~~ ~~~~ ~~~ ~~~~ ~~~ ~ /  ===- ~~~
               \______ o           __/
                 \    \         __/
                  \____\_______/
    
    docker is configured to use the default machine with IP 192.168.99.100
    For help getting started, check out the docs at https://docs.docker.com
    
    Start interactive shell
    ...
    

提交回复
热议问题