Advertisement
Guest User

Untitled

a guest
Jul 16th, 2019
140
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.92 KB | None | 0 0
  1. emanuel@Brain:/var/lib$ sudo apt-get install docker-ce
  2. Reading package lists... Done
  3. Building dependency tree
  4. Reading state information... Done
  5. The following additional packages will be installed:
  6. containerd.io docker-ce-cli
  7. The following NEW packages will be installed:
  8. containerd.io docker-ce docker-ce-cli
  9. 0 upgraded, 3 newly installed, 0 to remove and 0 not upgraded.
  10. Need to get 0 B/53.2 MB of archives.
  11. After this operation, 253 MB of additional disk space will be used.
  12. Do you want to continue? [Y/n] y
  13. Selecting previously unselected package containerd.io.
  14. (Reading database ... 260236 files and directories currently installed.)
  15. Preparing to unpack .../containerd.io_1.2.6-3_amd64.deb ...
  16. Unpacking containerd.io (1.2.6-3) ...
  17. Selecting previously unselected package docker-ce-cli.
  18. Preparing to unpack .../docker-ce-cli_5%3a18.09.7~3-0~ubuntu-bionic_amd64.deb ...
  19. Unpacking docker-ce-cli (5:18.09.7~3-0~ubuntu-bionic) ...
  20. Selecting previously unselected package docker-ce.
  21. Preparing to unpack .../docker-ce_5%3a18.09.7~3-0~ubuntu-bionic_amd64.deb ...
  22. Unpacking docker-ce (5:18.09.7~3-0~ubuntu-bionic) ...
  23. Setting up containerd.io (1.2.6-3) ...
  24. Created symlink /etc/systemd/system/multi-user.target.wants/containerd.service → /lib/systemd/system/containerd.service.
  25. Processing triggers for ureadahead (0.100.0-21) ...
  26. Processing triggers for systemd (237-3ubuntu10.24) ...
  27. Processing triggers for man-db (2.8.3-2ubuntu0.1) ...
  28. Setting up docker-ce-cli (5:18.09.7~3-0~ubuntu-bionic) ...
  29. Setting up docker-ce (5:18.09.7~3-0~ubuntu-bionic) ...
  30. update-alternatives: using /usr/bin/dockerd-ce to provide /usr/bin/dockerd (dockerd) in auto mode
  31. Created symlink /etc/systemd/system/multi-user.target.wants/docker.service → /lib/systemd/system/docker.service.
  32. Created symlink /etc/systemd/system/sockets.target.wants/docker.socket → /lib/systemd/system/docker.socket.
  33. Job for docker.service failed because the control process exited with error code.
  34. See "systemctl status docker.service" and "journalctl -xe" for details.
  35. invoke-rc.d: initscript docker, action "start" failed.
  36. ● docker.service - Docker Application Container Engine
  37. Loaded: loaded (/lib/systemd/system/docker.service; enabled; vendor preset: enabled)
  38. Active: activating (auto-restart) (Result: exit-code) since Tue 2019-07-16 23:32:46 EDT; 9ms ago
  39. Docs: https://docs.docker.com
  40. Process: 8261 ExecStart=/usr/bin/dockerd -H fd:// --containerd=/run/containerd/containerd.sock (code=exited, status=1/FAILURE)
  41. Main PID: 8261 (code=exited, status=1/FAILURE)
  42. dpkg: error processing package docker-ce (--configure):
  43. installed docker-ce package post-installation script subprocess returned error exit status 1
  44. Processing triggers for systemd (237-3ubuntu10.24) ...
  45. Processing triggers for ureadahead (0.100.0-21) ...
  46. Errors were encountered while processing:
  47. docker-ce
  48. E: Sub-process /usr/bin/dpkg returned an error code (1)
  49. emanuel@Brain:/var/lib$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement