I have the following docker on my mac:
Docker version 18.09.0, build 4d60db4
When I attempt to run
docker pull wurstmeister/kafka
I get this error:
Error response from daemon: Get https://registry-1.docker.io/v2/: http: server gave HTTP response to HTTPS client
I was able to do docker pull just before the recent docker update.
What can I do to fix this?