You are not logged in.

#1 2024-01-29 17:48:38

FuturisticFume
Member
Registered: 2018-04-12
Posts: 16

Can't Launch Docker

Edit: Resolved. I followed this StackOverflow answer
with these commands:

sudo rm -f /etc/docker/daemon.json
sudo systemctl start docker

Then, I ran:

sudo systemctl start docker.socket
sudo systemctl start docker.service

And, it worked.

Original Post:
I've installed docker 1:24.0.7-1 and can't start docker.service.

systemctl status docker.service
× docker.service - Docker Application Container Engine
     Loaded: loaded (/usr/lib/systemd/system/docker.service; enabled; preset: disabled)
     Active: failed (Result: exit-code) since Mon 2024-01-29 12:40:18 EST; 532ms ago
TriggeredBy: × docker.socket
       Docs: https://docs.docker.com
    Process: 2144065 ExecStart=/usr/bin/dockerd -H fd:// --containerd=/run/containerd/containerd.sock (code=exited, status=1/FAILURE)
   Main PID: 2144065 (code=exited, status=1/FAILURE)
        CPU: 79ms

Jan 29 12:40:18 nzxt systemd[1]: docker.service: Scheduled restart job, restart counter is at 3.
Jan 29 12:40:18 nzxt systemd[1]: docker.service: Start request repeated too quickly.
Jan 29 12:40:18 nzxt systemd[1]: docker.service: Failed with result 'exit-code'.
Jan 29 12:40:18 nzxt systemd[1]: Failed to start Docker Application Container Engine.
journalctl -xeu docker.service
Jan 29 12:40:18 nzxt systemd[1]: docker.service: Start request repeated too quickly.
Jan 29 12:40:18 nzxt systemd[1]: docker.service: Failed with result 'exit-code'.
░░ Subject: Unit failed
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ The unit docker.service has entered the 'failed' state with result 'exit-code'.
Jan 29 12:40:18 nzxt systemd[1]: Failed to start Docker Application Container Engine.
░░ Subject: A start job for unit docker.service has failed
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ A start job for unit docker.service has finished with a failure.
░░ 
░░ The job identifier is 6599 and the job result is failed.

What is going wrong here?

Last edited by FuturisticFume (2024-01-29 17:54:29)

Offline

Board footer

Powered by FluxBB