AlexanderGson

Intel NUC-Docker

Aug 20th, 2019
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.37 KB | None | 0 0
  1. PROBLEM WITH INTEL NUC - CAN'T DOWNLOAD/PULL CONTAINERS.
  2. ------------------------------
  3. SYSTEM INFORMATION
  4. ------------------------------
  5. $ lsb_release -a
  6. ------------------------------
  7. No LSB modules are available.
  8. Distributor ID: Ubuntu
  9. Description: Ubuntu 19.04
  10. Release: 19.04
  11. Codename: disco
  12. ------------------------------
  13. $ docker version
  14. ------------------------------
  15. Client: Docker Engine - Community
  16. Version: 19.03.2-beta1
  17. API version: 1.40
  18. Go version: go1.12.8
  19. Git commit: a0eaa12
  20. Built: Fri Aug 16 20:59:28 2019
  21. OS/Arch: linux/amd64
  22. Experimental: false
  23.  
  24. Server: Docker Engine - Community
  25. Engine:
  26. Version: 19.03.2-beta1
  27. API version: 1.40 (minimum version 1.12)
  28. Go version: go1.12.8
  29. Git commit: a0eaa12
  30. Built: Fri Aug 16 20:58:04 2019
  31. OS/Arch: linux/amd64
  32. Experimental: false
  33. containerd:
  34. Version: 1.2.6
  35. GitCommit: 894b81a4b802e4eb2a91d1ce216b8817763c29fb
  36. runc:
  37. Version: 1.0.0-rc8
  38. GitCommit: 425e105d5a03fabd737a126ad93d62a9eeede87f
  39. docker-init:
  40. Version: 0.18.0
  41. GitCommit: fec3683
  42. ------------------------------
  43. $ docker run hello-world
  44. ------------------------------
  45. Hello from Docker!
  46. This message shows that your installation appears to be working correctly.
  47.  
  48. To generate this message, Docker took the following steps:
  49. 1. The Docker client contacted the Docker daemon.
  50. 2. The Docker daemon pulled the "hello-world" image from the Docker Hub.
  51. (amd64)
  52. 3. The Docker daemon created a new container from that image which runs the
  53. executable that produces the output you are currently reading.
  54. 4. The Docker daemon streamed that output to the Docker client, which sent it
  55. to your terminal.
  56.  
  57. To try something more ambitious, you can run an Ubuntu container with:
  58. $ docker run -it ubuntu bash
  59.  
  60. Share images, automate workflows, and more with a free Docker ID:
  61. https://hub.docker.com/
  62.  
  63. For more examples and ideas, visit:
  64. https://docs.docker.com/get-started/
  65.  
  66. ------------------------------
  67. $ docker run busybox nslookup google.com
  68. ------------------------------
  69.  
  70. Server: 8.8.8.8
  71. Address: 8.8.8.8:53
  72.  
  73. Non-authoritative answer:
  74. Name: google.com
  75. Address: 172.217.22.174
  76.  
  77. *** Can't find google.com: No answer
Add Comment
Please, Sign In to add comment