If you have a docker daemon version greater than v23 (docker -v) then this could cause issue with the GL instance.

Please find below a short procedure how you can downgrade and lock-in a version.
Note: this only works if GreenLight can access the Internet

Install/downgrade the appropriate packages

yum install yum-plugin-versionlock
yum downgrade docker-ce-23.0.6 docker-ce-cli-23.0.6 docker-ce-rootless-extras-23.0.6 docker-scan-plugin-0.23.0


Lock the packages to this version

yum versionlock docker-ce-23.0.6 docker-ce-cli-23.0.6 docker-ce-rootless-extras-23.0.6 docker-scan-plugin-0.23.0