How to search images from private 1.0 registry in docker?
As of v 0.7.0 of the private registry you can do: and you will get a json payload: to give more background here is how I started my registry:
As of v 0.7.0 of the private registry you can do: and you will get a json payload: to give more background here is how I started my registry:
I had the same issue, seems like it related to certificates on your registry host. Check here on how to fix that: https://github.com/docker/docker/issues/23620
The solution is simply to change the way of logging in at step (1). Everything else can stay the way described above. The image was successfully pushed to Docker Hub!