Advertisement
Guest User

Untitled

a guest
May 27th, 2018
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.67 KB | None | 0 0
  1.  
  2. root@panel:~# sudo apt-get install docker-ce
  3. Reading package lists... Done
  4. Building dependency tree
  5. Reading state information... Done
  6. The following additional packages will be installed:
  7. aufs-tools cgroupfs-mount pigz
  8. The following NEW packages will be installed:
  9. aufs-tools cgroupfs-mount docker-ce pigz
  10. 0 upgraded, 4 newly installed, 0 to remove and 112 not upgraded.
  11. Need to get 0 B/34.2 MB of archives.
  12. After this operation, 182 MB of additional disk space will be used.
  13. Do you want to continue? [Y/n] Y
  14. Selecting previously unselected package pigz.
  15. (Reading database ... 38250 files and directories currently installed.)
  16. Preparing to unpack .../pigz_2.3.1-2_amd64.deb ...
  17. Unpacking pigz (2.3.1-2) ...
  18. Selecting previously unselected package aufs-tools.
  19. Preparing to unpack .../aufs-tools_1%3a3.2+20130722-1.1ubuntu1_amd64.deb ...
  20. Unpacking aufs-tools (1:3.2+20130722-1.1ubuntu1) ...
  21. Selecting previously unselected package cgroupfs-mount.
  22. Preparing to unpack .../cgroupfs-mount_1.2_all.deb ...
  23. Unpacking cgroupfs-mount (1.2) ...
  24. Selecting previously unselected package docker-ce.
  25. Preparing to unpack .../docker-ce_18.03.1~ce-0~ubuntu_amd64.deb ...
  26. Unpacking docker-ce (18.03.1~ce-0~ubuntu) ...
  27. Processing triggers for man-db (2.7.5-1) ...
  28. Processing triggers for libc-bin (2.23-0ubuntu9) ...
  29. Processing triggers for systemd (229-4ubuntu21) ...
  30. Setting up pigz (2.3.1-2) ...
  31. Setting up aufs-tools (1:3.2+20130722-1.1ubuntu1) ...
  32. Setting up cgroupfs-mount (1.2) ...
  33. Setting up docker-ce (18.03.1~ce-0~ubuntu) ...
  34. Job for docker.service failed because the control process exited with error code. 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 Sun 2018-05-27 13:42:24 EDT; 14ms ago
  39. Docs: https://docs.docker.com
  40. Process: 18987 ExecStart=/usr/bin/dockerd -H fd:// (code=exited, status=1/FAILURE)
  41. Main PID: 18987 (code=exited, status=1/FAILURE)
  42.  
  43. May 27 13:42:24 panel systemd[1]: Failed to start Docker Application Container Engine.
  44. May 27 13:42:24 panel systemd[1]: docker.service: Unit entered failed state.
  45. May 27 13:42:24 panel systemd[1]: docker.service: Failed with result 'exit-code'.
  46. dpkg: error processing package docker-ce (--configure):
  47. subprocess installed post-installation script returned error exit status 1
  48. Processing triggers for libc-bin (2.23-0ubuntu9) ...
  49. Errors were encountered while processing:
  50. docker-ce
  51. E: Sub-process /usr/bin/dpkg returned an error code (1)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement