Checkmk agent updater with docker - Port isn't using?

Hello,

CMK version:
checkmk/check-mk-cloud:2.2.0p21 docker Image
OS version:
Ubuntu 22.04.3 LTS

Error message:

I create an agent updater package and Install it on the server.
But I still get this message. Does the docker version have the functionality to use agent auto updater?

details from the check

Here is my docker port configuration, but I think docker isn’t using Port 80 for agent updater?

grafik

Best regards

You have to register the agent updater on the host.

Hello Robert,

yes I still register my host at chechmk and I get the feedback, that the host register is complete successfully

You have registered the TLS connection. The updater needs a separate registration.

Okay yes I do it also

sudo cmk-update-agent register -v

and get this message:

Going to register agent at deployment server
HTTPConnectionPool(host=‘192.168.150.2’, port=80): Max retries exceeded with url: /cmk/check_mk (Caused by NewConnectionError(‘<urllib3.connection.HTTPConnection object at 0x7f8df9cc0590>: Failed to establish a new connection: [Errno 111] Connection refused’))