Guest User

Untitled

a guest
Apr 25th, 2018
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.06 KB | None | 0 0
  1. docker-ce (18.03.0~ce-0~ubuntu) wird eingerichtet ...
  2. Job for docker.service failed because the control process exited with error code. See "systemctl status docker.service" and "journalctl -xe" for details.
  3. invoke-rc.d: initscript docker, action "start" failed.
  4. ● docker.service - Docker Application Container Engine
  5. Loaded: loaded (/lib/systemd/system/docker.service; enabled; vendor preset: enabled)
  6. Active: activating (auto-restart) (Result: exit-code) since Mi 2018-04-25 16:21:20 CEST; 9ms ago
  7. Docs: https://docs.docker.com
  8. Process: 14278 ExecStart=/usr/bin/dockerd -H fd:// (code=exited, status=1/FAILURE)
  9. Main PID: 14278 (code=exited, status=1/FAILURE)
  10. Memory: 34.1M
  11. CGroup: /system.slice/docker.service
  12.  
  13. sudo apt-get update
  14. sudo apt-get install apt-transport-https ca-certificates curl software-properties-common
  15. curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add -
  16. sudo add-apt-repository "deb [arch=amd64] https://download.docker.com/linux/ubuntu $(lsb_release -cs) stable"
  17. sudo apt-get update
  18. sudo apt-get install docker-ce
Add Comment
Please, Sign In to add comment