Looking for a way to disable TLSv1.1 in Docker Community edition

Good Morning,

I’m looking for a way to disable TLSv1.1 in Docker Community edition. Scan results show TLS < v1.2 running on 8443/tcp (docker-proxy). Is there a way to specifiy TLS versions and allowed algorithms?

Thanks.

I am afraid you try to fix it on the wrong end. Whatever service is running in the container that publishes its container port on the host port 8443 is the one responsible for it.