Docker fails to start

Hi, I installed Docker for the first time (Tubleweed/Plasma), following the guide on Docker - openSUSE Wiki
and it fails to start, this is the message shown on Yast Services Manager:

x 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-05-27 13:37:15 CST; 8min ago
TriggeredBy: x docker.socket
       Docs: http://docs.docker.com
    Process: 10846 ExecStart=/usr/bin/dockerd --add-runtime oci=/usr/sbin/runc $DOCKER_NETWORK_OPTIONS $DOCKER_OPTS (code=exited, status=1/FAILURE)
   Main PID: 10846 (code=exited, status=1/FAILURE)
        CPU: 129ms

may 27 13:37:15 firefly systemd[1]: docker.service: Scheduled restart job, restart counter is at 3.
may 27 13:37:15 firefly systemd[1]: docker.service: Start request repeated too quickly.
may 27 13:37:15 firefly systemd[1]: docker.service: Failed with result 'exit-code'.
may 27 13:37:15 firefly systemd[1]: Failed to start Docker Application Container Engine.

x docker.socket - Docker Socket for the API
     Loaded: loaded (/usr/lib/systemd/system/docker.socket; disabled; preset: disabled)
     Active: failed (Result: service-start-limit-hit) since Mon 2024-05-27 13:37:15 CST; 8min ago
   Duration: 268us
   Triggers: * docker.service
     Listen: /run/docker.sock (Stream)
        CPU: 474us

may 27 13:37:15 firefly systemd[1]: Starting Docker Socket for the API...
may 27 13:37:15 firefly systemd[1]: Listening on Docker Socket for the API.
may 27 13:37:15 firefly systemd[1]: docker.socket: Failed with result 'service-start-limit-hit'.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.