Ubuntu – docker pull tries to talk http to registry that only understands https
I have an ordinary ubuntu image with no dockerd installed, only the docker command line client and curl are installed such that I can query a docker registry. I have set up tls security. The following works as expected. curl…