Advertisement
Guest User

Untitled

a guest
Sep 2nd, 2016
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.53 KB | None | 0 0
  1. alpine-1:~# docker login
  2. Login with your Docker ID to push and pull images from Docker Hub. If you don't have a Docker ID, head over to https://hub.docker.com to create one.
  3. Username: 5k3105
  4. Password:
  5. Login Succeeded
  6. alpine-1:~# docker pull hello-world
  7. Using default tag: latest
  8. Pulling repository docker.io/library/hello-world
  9. Network timed out while trying to connect to https://index.docker.io/v1/repositories/library/hello-world/images. You may want to
  10. check your internet connection or if you are behind a proxy.
  11. alpine-1:~#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement