Docker wont start

Docker shuts down automatically when the Daemon is triggered.
If I remember correctly, it said that ‘service.docker’ wasn’t able to run (I followed the installation instructions)

How did you install docker?

I installed it through Cyberpanel which didn’t work, after that I removed it and tried it once again but that time through the terminal.

Which OS is this and which document did you follow to install it ?

I followed this one:

sudo systemctl status docker returns:

● docker.service - Docker Application Container Engine
     Loaded: loaded (/lib/systemd/system/docker.service; enabled; vendor preset: enabled)
     Active: failed (Result: exit-code) since Sat 2022-03-12 13:55:47 UTC; 2s ago
TriggeredBy: ● docker.socket
       Docs: https://docs.docker.com
    Process: 4686 ExecStart=/usr/bin/dockerd -H fd:// --containerd=/run/containerd/containerd.sock (code=exited, status=1/FAILURE)
   Main PID: 4686 (code=exited, status=1/FAILURE)

Mar 12 13:55:45 Node2 systemd[1]: docker.service: Main process exited, code=exited, status=1/FAILURE
Mar 12 13:55:45 Node2 systemd[1]: docker.service: Failed with result 'exit-code'.
Mar 12 13:55:45 Node2 systemd[1]: Failed to start Docker Application Container Engine.
Mar 12 13:55:47 Node2 systemd[1]: docker.service: Scheduled restart job, restart counter is at 3.
Mar 12 13:55:47 Node2 systemd[1]: Stopped Docker Application Container Engine.
Mar 12 13:55:47 Node2 systemd[1]: docker.service: Start request repeated too quickly.
Mar 12 13:55:47 Node2 systemd[1]: docker.service: Failed with result 'exit-code'.
Mar 12 13:55:47 Node2 systemd[1]: Failed to start Docker Application Container Engine.

Which OS do you use?

Ubuntu Server 18.4 (I believe it runs on OpenVPS)

You mean Openvz?