Created
December 9, 2016 20:19
-
-
Save chewmanfoo/cda47ed88430779fd16f7367dd2b23f1 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| C02Q22P4G8WL:docker sg0218049$ docker run -itd --name=container1 busybox | |
| Unable to find image 'busybox:latest' locally | |
| Pulling repository docker.io/library/busybox | |
| docker: Network timed out while trying to connect to https://index.docker.io/v1/repositories/library/busybox/images. You may want to check your internet connection or if you are behind a proxy.. | |
| See 'docker run --help'. | |
| C02Q22P4G8WL:docker sg0218049$ wget https://index.docker.io/v1/repositories/library/busybox/images | |
| --2016-12-09 14:18:33-- https://index.docker.io/v1/repositories/library/busybox/images | |
| Resolving www-ad-proxy.sabre.com... 151.193.220.27, 151.193.220.28, 151.193.220.29 | |
| Connecting to www-ad-proxy.sabre.com|151.193.220.27|:80... connected. | |
| Proxy request sent, awaiting response... 200 OK | |
| Length: unspecified [application/json] | |
| Saving to: 'images' | |
| images [ <=> ] 2 --.-KB/s in 0s | |
| 2016-12-09 14:18:33 (61.0 KB/s) - 'images' saved |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment