Advertisement
Guest User

Untitled

a guest
Jan 20th, 2020
144
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.84 KB | None | 0 0
  1. Setting up docker-ce (5:19.03.5~3-0~ubuntu-bionic) ...
  2. Job for docker.service failed because the control process exited with error code.
  3. See "systemctl status docker.service" and "journalctl -xe" for details.
  4. invoke-rc.d: initscript docker, action "start" failed.
  5. ● docker.service - Docker Application Container Engine
  6. Loaded: loaded (/lib/systemd/system/docker.service; enabled; vendor preset: enabled)
  7. Active: activating (auto-restart) (Result: exit-code) since Mon 2020-01-20 09:35:04 UTC; 19ms ago
  8. Docs: https://docs.docker.com
  9. Process: 1066 ExecStart=/usr/bin/dockerd -H fd:// --containerd=/run/containerd/containerd.sock (code=exited, status=1/FAILURE)
  10. Main PID: 1066 (code=exited, status=1/FAILURE)
  11.  
  12. Jan 20 09:35:04 canarytokens dockerd[1066]: failed to start daemon: Devices cgroup isn't mounted
  13. Jan 20 09:35:04 canarytokens systemd[1]: docker.service: Main process exited, code=exited, status=1/FAILURE
  14. Jan 20 09:35:04 canarytokens systemd[1]: docker.service: Failed with result 'exit-code'.
  15. Jan 20 09:35:04 canarytokens systemd[1]: Failed to start Docker Application Container Engine.
  16. dpkg: error processing package docker-ce (--configure):
  17. installed docker-ce package post-installation script subprocess returned error exit status 1
  18. Errors were encountered while processing:
  19. docker-ce
  20. E: Sub-process /usr/bin/dpkg returned an error code (1)
  21.  
  22. NAME="Ubuntu"
  23. VERSION="18.04.3 LTS (Bionic Beaver)"
  24. ID=ubuntu
  25. ID_LIKE=debian
  26. PRETTY_NAME="Ubuntu 18.04.3 LTS"
  27. VERSION_ID="18.04"
  28. HOME_URL="https://www.ubuntu.com/"
  29. SUPPORT_URL="https://help.ubuntu.com/"
  30. BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/"
  31. PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy"
  32. VERSION_CODENAME=bionic
  33. UBUNTU_CODENAME=bionic
  34.  
  35. Linux <hostname> 4.15.0 #1 SMP Thu Jun 27 15:10:55 MSK 2019 x86_64 x86_64 x86_64 GNU/Linux
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement