Docker daemon does not start

Hi,
recently, I installed docker on my ubuntu, but impossible to start it maybe someone has already had this problem and could help me

my current status:

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 Sat 2024-04-13 20:03:46 CEST; 11min ago
TriggeredBy: × docker.socket
       Docs: https://docs.docker.com
    Process: 41703 ExecStart=/usr/bin/dockerd -H fd:// --containerd=/run/containerd/containerd.sock --data-root /home/noob404/docker (code=exited, status=1/>
   Main PID: 41703 (code=exited, status=1/FAILURE)
        CPU: 241ms

Apr 13 20:03:46 pop-os systemd[1]: docker.service: Scheduled restart job, restart counter is at 3.
Apr 13 20:03:46 pop-os systemd[1]: Stopped Docker Application Container Engine.
Apr 13 20:03:46 pop-os systemd[1]: docker.service: Start request repeated too quickly.
Apr 13 20:03:46 pop-os systemd[1]: docker.service: Failed with result 'exit-code'.
Apr 13 20:03:46 pop-os systemd[1]: Failed to start Docker Application Container Engine.

sudo systemctl start docker

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.

journalctl -xeu docker.service

░░
░░ The job identifier is 15876 and the job result is failed.
Apr 13 20:16:17 pop-os 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: http//www.ubuntu.com/support
░░
░░ Automatic restarting of the unit docker.service has been scheduled, as the result for
░░ the configured Restart= setting for the unit.
Apr 13 20:16:17 pop-os systemd[1]: Stopped Docker Application Container Engine.
░░ Subject: A stop job for unit docker.service has finished
░░ Defined-By: systemd
░░ Support: http//www.ubuntu.com/support
░░
░░ A stop job for unit docker.service has finished.
░░
░░ The job identifier is 15949 and the job result is done.
Apr 13 20:16:17 pop-os systemd[1]: docker.service: Start request repeated too quickly.
Apr 13 20:16:17 pop-os systemd[1]: docker.service: Failed with result 'exit-code'.
░░ Subject: Unit failed
░░ Defined-By: systemd
░░ Support: http//www.ubuntu.com/support
░░
░░ The unit docker.service has entered the 'failed' state with result 'exit-code'.
Apr 13 20:16:17 pop-os systemd[1]: Failed to start Docker Application Container Engine.
░░ Subject: A start job for unit docker.service has failed
░░ Defined-By: systemd
░░ Support: http//www.ubuntu.com/support
░░
░░ A start job for unit docker.service has finished with a failure.
░░
░░ The job identifier is 15949 and the job result is failed.

You mean Pop OS? It is based on Ubuntu but it is not Ubuntu similarly how Ubuntu is not Debian just based on Debian. The documentation has separate instructions for Ubuntu and Debian. I don’t know about Pop OS. Maybe it is compatible with Ubuntu, but if there is any difference, a new version of Docker might not work on Pop OS which could work on Ubuntu. I don’t see anything useful in the logs except

which means there is a misconfiguration issue probably and Systemd restarted Docker too many times. You need to fix the config and then strat Docker. Try running the dockerd command in a terminal and add the --debug flag. See what id tells you.