मैंने उनके वेबपृष्ठ का अनुसरण करते हुए अभी - अभी डॉकर-टूलबॉक्स स्थापित किया है
मैंने शुरुआत की 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$
क्या गलत है?