【发布时间】:2015-11-06 13:41:09
【问题描述】:
我刚刚安装了Docker-Toolbox,同时关注了他们的webpage
我从Docker QuickStart Terminal 开始,然后看到以下内容
## .
## ## ## ==
## ## ## ## ## ===
/"""""""""""""""""\___/ ===
~~~ {~~ ~~~~ ~~~ ~~~~ ~~~ ~ / ===- ~~~
\______ 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
bash-3.2$
但是当我尝试执行docker pull hello-world 时,我看到的是这样的
bash-3.2$ docker run hello-world
Unable to find image 'hello-world:latest' locally
Pulling repository docker.io/library/hello-world
Network timed out while trying to connect to https://index.docker.io/v1/repositories/library/hello-world/images. You may want to check your internet connection or if you are behind a proxy.
bash-3.2$
怎么了?
【问题讨论】:
标签: docker docker-machine docker-toolbox