Can't start docker after upgrad from centos 7 to Rocky 8

Hi

After updrade to Rocky I saw docker was not able to start anymore ???
I followed this guide to reinstall it but it still fails with same issue.

# systemctl status docker
● docker.service - Docker Application Container Engine
   Loaded: loaded (/usr/lib/systemd/system/docker.service; disabled; vendor preset: disabled)
   Active: failed (Result: exit-code) since Wed 2023-07-19 14:48:37 CEST; 3min 59s ago
     Docs: https://docs.docker.com
  Process: 6595 ExecStart=/usr/bin/dockerd -H fd:// --containerd=/run/containerd/containerd.sock (code=exited, status=1/FAILURE)
 Main PID: 6595 (code=exited, status=1/FAILURE)

Jul 19 14:48:35 cdocker05 systemd[1]: docker.service: Main process exited, code=exited, status=1/FAILURE
Jul 19 14:48:35 cdocker05 systemd[1]: docker.service: Failed with result 'exit-code'.
Jul 19 14:48:35 cdocker05 systemd[1]: Failed to start Docker Application Container Engine.
Jul 19 14:48:37 cdocker05 systemd[1]: docker.service: Service RestartSec=2s expired, scheduling restart.
Jul 19 14:48:37 cdocker05 systemd[1]: docker.service: Scheduled restart job, restart counter is at 3.
Jul 19 14:48:37 cdocker05 systemd[1]: Stopped Docker Application Container Engine.
Jul 19 14:48:37 cdocker05 systemd[1]: docker.service: Start request repeated too quickly.
Jul 19 14:48:37 cdocker05 systemd[1]: docker.service: Failed with result 'exit-code'.
Jul 19 14:48:37 cdocker05 systemd[1]: Failed to start Docker Application Container Engine.

Did someone came across same thing?

Thx bb