Hi,
I tried to install docker following the instructions on: https://docs.docker.com/engine/install/fedora/#install-using-the-repository
I get these errors and cannot see what's wrong:
root@slimbook:~# systemctl enable --now docker Created symlink '/etc/systemd/system/multi-user.target.wants/docker.service' → '/usr/lib/systemd/system/docker.service'. Job for docker.service failed because the control process exited with error code. See "systemctl status docker.service" and "journalctl -xeu docker.service" for details.
root@slimbook:~# systemctl status docker.service × docker.service - Docker Application Container Engine Loaded: loaded (/usr/lib/systemd/system/docker.service; enabled; preset: disabled) Drop-In: /usr/lib/systemd/system/service.d └─10-timeout-abort.conf Active: failed (Result: exit-code) since Thu 2025-08-07 16:31:18 CEST; 18s ago Invocation: 7c2c4e0ebbb24d028819586145d6ca6c TriggeredBy: × docker.socket Docs: https://docs.docker.com Process: 9906 ExecStart=/usr/bin/dockerd -H fd:// --containerd=/run/containerd/containerd.sock (code=exited, status=1/FAILURE) Main PID: 9906 (code=exited, status=1/FAILURE)
root@slimbook:~# journalctl -xeu docker.service Aug 07 16:31:16 slimbook.ingnet.dk dockerd[9906]: time="2025-08-07T16:31:16.721785577+02:00" level=info msg="Loading containers: start." Aug 07 16:31:16 slimbook.ingnet.dk dockerd[9906]: time="2025-08-07T16:31:16.726012771+02:00" level=info msg="Firewalld: docker zone already exis> Aug 07 16:31:16 slimbook.ingnet.dk dockerd[9906]: time="2025-08-07T16:31:16.727854778+02:00" level=warning msg="failed to find iptables" error="> Aug 07 16:31:16 slimbook.ingnet.dk dockerd[9906]: time="2025-08-07T16:31:16.749458091+02:00" level=info msg="stopping event stream following gra> Aug 07 16:31:16 slimbook.ingnet.dk dockerd[9906]: failed to start daemon: Error initializing network controller: error obtaining controller inst> Aug 07 16:31:16 slimbook.ingnet.dk systemd[1]: docker.service: Main process exited, code=exited, status=1/FAILURE ░░ Subject: Unit process exited ░░ Defined-By: systemd ░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel ░░ ░░ An ExecStart= process belonging to unit docker.service has exited. ░░ ░░ The process' exit code is 'exited' and its exit status is 1. Aug 07 16:31:16 slimbook.ingnet.dk 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'. Aug 07 16:31:16 slimbook.ingnet.dk systemd[1]: Failed to start docker.service - 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 10912 and the job result is failed. Aug 07 16:31:18 slimbook.ingnet.dk systemd[1]: docker.service: Scheduled restart job, restart counter is at 3. ░░ Subject: Automatic restarting of a unit has been scheduled ░░ Defined-By: systemd ░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel ░░ ░░ Automatic restarting of the unit docker.service has been scheduled, as the result for ░░ the configured Restart= setting for the unit. Aug 07 16:31:18 slimbook.ingnet.dk systemd[1]: docker.service: Start request repeated too quickly. Aug 07 16:31:18 slimbook.ingnet.dk 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'. Aug 07 16:31:18 slimbook.ingnet.dk systemd[1]: Failed to start docker.service - 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 11074 and the job result is failed.
Can you see what is wrong?
|<