Advertisement
Guest User

Untitled

a guest
Oct 1st, 2016
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.07 KB | None | 0 0
  1. thecpaptain@dascpaptain:~/Downloads$ sudo -s
  2. [sudo] password for thecpaptain:
  3. root@dascpaptain:~/Downloads# uname -a
  4. Linux dascpaptain 4.4.0-38-generic #57-Ubuntu SMP Tue Sep 6 15:42:33 UTC 2016 x86_64 x86_64 x86_64 GNU/Linux
  5. root@dascpaptain:~/Downloads# cat /etc/lsb-release
  6. DISTRIB_ID=Ubuntu
  7. DISTRIB_RELEASE=16.04
  8. DISTRIB_CODENAME=xenial
  9. DISTRIB_DESCRIPTION="Ubuntu 16.04.1 LTS"
  10. root@dascpaptain:~/Downloads# apt-get update
  11. Get:1 http://security.ubuntu.com/ubuntu xenial-security InRelease [94.5 kB]
  12. Hit:2 http://archive.ubuntu.com/ubuntu xenial InRelease
  13. Hit:3 http://us.archive.ubuntu.com/ubuntu xenial InRelease
  14. Hit:4 http://us.archive.ubuntu.com/ubuntu xenial-updates InRelease
  15. Hit:5 http://us.archive.ubuntu.com/ubuntu xenial-backports InRelease
  16. Fetched 94.5 kB in 0s (122 kB/s)
  17. Reading package lists... Done
  18. root@dascpaptain:~/Downloads# apt-get upgrade
  19. Reading package lists... Done
  20. Building dependency tree
  21. Reading state information... Done
  22. Calculating upgrade... Done
  23. 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
  24. root@dascpaptain:~/Downloads# apt-get install -y docker.io
  25. Reading package lists... Done
  26. Building dependency tree
  27. Reading state information... Done
  28. docker.io is already the newest version (1.11.2-0ubuntu5~16.04).
  29. 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
  30. root@dascpaptain:~/Downloads# systemctl start docker
  31. root@dascpaptain:~/Downloads# systemctl enable docker
  32. Synchronizing state of docker.service with SysV init with /lib/systemd/systemd-sysv-install...
  33. Executing /lib/systemd/systemd-sysv-install enable docker
  34. root@dascpaptain:~/Downloads# docker version
  35. Client:
  36. Version: 1.11.2
  37. API version: 1.23
  38. Go version: go1.6.2
  39. Git commit: b9f10c9
  40. Built: Thu, 16 Jun 2016 21:17:51 +1200
  41. OS/Arch: linux/amd64
  42.  
  43. Server:
  44. Version: 1.11.2
  45. API version: 1.23
  46. Go version: go1.6.2
  47. Git commit: b9f10c9
  48. Built: Thu, 16 Jun 2016 21:17:51 +1200
  49. OS/Arch: linux/amd64
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement