docker push - server gave HTTP response to HTTPS client


If  you're getting this when trying to push a docker image, most likely you need to enable insecure registry (in my case) or register a docker registry.

Goto Docker -> Settings and then under the Daemon tab, enter your insecure registry. In my case it is 192.168.55.93




And then you should be able to work your magic.

Comments

Popular posts from this blog

The specified initialization vector (IV) does not match the block size for this algorithm