Get docker version anonymously

Hi,
I can’t access /v2/ anonymously but I can pull the manifest anonymously .

I configured nexus as my registry mirror in my docker but when I performs docker pull it first query for the version and it gets 401 Unauthorized and the operation fails.

I tried giving the anonymous user admin privilege but it still didn’t help

Have you followed the instructions here to enable anonymous access?

https://help.sonatype.com/repomanager3/formats/docker-registry/authentication

missed that part.
works like a charm
thanks a lot for the help