Hello, I got the problem with private registry Basic Auth, I followed the settings on official docker site: Registry | Docker Docs
but always I am getting this error message and not able to docker login to the private registry
FATA[0006] Error response from daemon: no successful auth challenge for “myregistrydomain”:“port”/v2/- errors: [basic auth attempt to “myregistrydomain”:“port”/v2/ realm “Registry Realm” failed with status: 401 Unauthorized]
but when I tried to push the image there it was pushed without problem without login and I could find the image there with Curl.
I am using Debian Jessie and docker version 1.6 I tried even with docker 1.8 and same on Suse 12 but still the same error.
Could someone advise please what could be the problem ?
Thx.