Docker generated a private address for the container host (172.18.0.3).
I added the following to my /etc/hosts (as I don't have a working DNS server, and my /etc/nsswitch.conf looks to files first when trying to resolve host names):172.18.0.3 host.docker.internal hostdockerI can ping the host, I can log on to the keycloak server (https://hostdocker:8843/auth/admin/dcm4che/console/)I can register the Client (dcm4chee-arc) - see attached pictureBut I am completely unable to access the archive https://hostdocker:8443/dcm4chee-arc/ui2.For some unknown reason the docker container ("arc") is blocking access via the relevant port - does anyone know how to fix that?$ docker exec arc nc -v -z 172.18.0.3 8843
Connection to 172.18.0.3 8843 port [tcp/*] succeeded!$ docker exec arc nc -v -z 172.18.0.3 8443
nc: connect to 172.18.0.3 port 8443 (tcp) failed: Connection refusedHope someone can help..Best wishes,Jon
--
You received this message because you are subscribed to the Google Groups "dcm4che" group.
To unsubscribe from this group and stop receiving emails from it, send an email to dcm4che+u...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/dcm4che/c5672364-f522-444c-b3b6-1c0c20896e8dn%40googlegroups.com.
which differs from Run minimum set of archive services on a single host only by