staging.inyokaproject.org

Docker installieren ? -> Fehlermeldung

Status: Ungelöst | Ubuntu-Version: Ubuntu 18.04 (Bionic Beaver)
Antworten |

Gawan

Anmeldungsdatum:
25. Februar 2009

Beiträge: Zähle...

Hallo zusammen,

ich hab hier einen komplett nackten Cloud Server mit Ubuntu 18.04. Darauf installiert hab ich NANO und CURL.

Im nächsten Schritt möchte ich Docker installieren

Ich hab versucht:

sudo apt install docker-ce und sudo apt install docker

aber leider lande ich immer in der folgenden Fehlermeldung:

Reading state information... Done
docker-ce is already the newest version (5:19.03.11~3-0~ubuntu-bionic).
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
1 not fully installed or removed.
After this operation, 0 B of additional disk space will be used.
Do you want to continue? [Y/n] y
Setting up docker-ce (5:19.03.11~3-0~ubuntu-bionic) ...
Job for docker.service failed because the control process exited with error code.
See "systemctl status docker.service" and "journalctl -xe" for details.
invoke-rc.d: initscript docker, action "start" failed.
● docker.service - Docker Application Container Engine
   Loaded: loaded (/lib/systemd/system/docker.service; enabled; vendor preset: enabled)
   Active: activating (auto-restart) (Result: exit-code) since Tue 2020-06-02 10:34:45 UTC; 15ms ago
     Docs: https://docs.docker.com
  Process: 911 ExecStart=/usr/bin/dockerd -H fd:// --containerd=/run/containerd/containerd.sock (code=exited, status=1/FAILURE)
 Main PID: 911 (code=exited, status=1/FAILURE)

Jun 02 10:34:45 vps35884.alfahosting-vps.de systemd[1]: Failed to start Docker Application Container Engine.
dpkg: error processing package docker-ce (--configure):
 installed docker-ce package post-installation script subprocess returned error exit status 1
Errors were encountered while processing:
 docker-ce
E: Sub-process /usr/bin/dpkg returned an error code (1)

Dementsprechend leider auch die fehlerhafte Statusmeldung:

root@vps35884:~# sudo systemctl status docker
● docker.service - Docker Application Container Engine
   Loaded: loaded (/lib/systemd/system/docker.service; enabled; vendor preset: enabled)
   Active: failed (Result: exit-code) since Tue 2020-06-02 10:34:52 UTC; 2min 12s ago
     Docs: https://docs.docker.com
  Process: 979 ExecStart=/usr/bin/dockerd -H fd:// --containerd=/run/containerd/containerd.sock (code=exited, status=1/FAILURE)
 Main PID: 979 (code=exited, status=1/FAILURE)

Jun 02 10:34:52 vps35884.alfahosting-vps.de systemd[1]: docker.service: Service hold-off time over, scheduling restart.
Jun 02 10:34:52 vps35884.alfahosting-vps.de systemd[1]: docker.service: Scheduled restart job, restart counter is at 3.
Jun 02 10:34:52 vps35884.alfahosting-vps.de systemd[1]: Stopped Docker Application Container Engine.
Jun 02 10:34:52 vps35884.alfahosting-vps.de systemd[1]: docker.service: Start request repeated too quickly.
Jun 02 10:34:52 vps35884.alfahosting-vps.de systemd[1]: docker.service: Failed with result 'exit-code'.
Jun 02 10:34:52 vps35884.alfahosting-vps.de systemd[1]: Failed to start Docker Application Container Engine.

Leider fehlt mir das Wissen wie ich da jetzt weiterkomme ☹

lG Gawan

Gawan

(Themenstarter)

Anmeldungsdatum:
25. Februar 2009

Beiträge: 8

Jetzt hab ich noch die Variante von https://linuxconfig.org/ versucht:

sudo apt install docker.io

Da wird alles ohne Fehlermeldung installiert ... wenn ich zu starten versuche kommt aber:

root@vps35884:~# sudo systemctl start docker
Job for docker.service failed because the control process exited with error code.
See "systemctl status docker.service" and "journalctl -xe" for details.
root@vps35884:~# systemctl status docker.service
● docker.service - Docker Application Container Engine
   Loaded: loaded (/lib/systemd/system/docker.service; disabled; vendor preset: enabled)
   Active: failed (Result: exit-code) since Tue 2020-06-02 10:55:33 UTC; 7s ago
     Docs: https://docs.docker.com
  Process: 12757 ExecStart=/usr/bin/dockerd -H fd:// --containerd=/run/containerd/containerd.sock (code=exited, status=1/FAILURE)
 Main PID: 12757 (code=exited, status=1/FAILURE)

Jun 02 10:55:33 vps35884.alfahosting-vps.de systemd[1]: docker.service: Service hold-off time over, scheduling restart.
Jun 02 10:55:33 vps35884.alfahosting-vps.de systemd[1]: docker.service: Scheduled restart job, restart counter is at 3.
Jun 02 10:55:33 vps35884.alfahosting-vps.de systemd[1]: Stopped Docker Application Container Engine.
Jun 02 10:55:33 vps35884.alfahosting-vps.de systemd[1]: docker.service: Start request repeated too quickly.
Jun 02 10:55:33 vps35884.alfahosting-vps.de systemd[1]: docker.service: Failed with result 'exit-code'.
Jun 02 10:55:33 vps35884.alfahosting-vps.de systemd[1]: Failed to start Docker Application Container Engine.
root@vps35884:~#
Antworten |