You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 11, 2020. It is now read-only.
On a machine with Debian 9.5 and docker-ce 18.06.1~ce~3-0~debian just installed, I am not able to login the V1 registry. It seems the migrator is accessing the old registry via the v2 protocol...
So, it's trying to access /v2/.
I'm using the FQDN of the v1 registry, withouthttps://.
The v1 registry is running registry:0.9.1. I can see the request made by the migrator:
On a machine with Debian 9.5 and
docker-ce 18.06.1~ce~3-0~debianjust installed, I am not able to login the V1 registry. It seems the migrator is accessing the old registry via the v2 protocol...So, it's trying to access
/v2/.I'm using the FQDN of the v1 registry, without
https://.The v1 registry is running
registry:0.9.1. I can see the request made by themigrator:The same happens when I try to do
docker login(with a up-to-date client), but I guess that's normal as new clients need a v2 registry...What am I doing wrong?