docker-registry-proxy icon indicating copy to clipboard operation
docker-registry-proxy copied to clipboard

docker hub login is not working

Open litong01 opened this issue 2 years ago • 2 comments

used parameter like the following

-e AUTH_REGISTRIES="auth.docker.io:myid:mypassword"

cannot login, returning 401. image cannot be pulled.

litong01 avatar Oct 02 '23 17:10 litong01

have you tried using a pat token?

wuast94 avatar Apr 25 '25 01:04 wuast94

Hi @litong01, Did you end up getting it working.
I'm using portainer to manage my containers. for me what fixed it was instead of

  • AUTH_REGISTRIES_DELIMITER=";;;"

I needed to remove the quotes

  • AUTH_REGISTRIES_DELIMITER=;;;

LeoRX avatar Nov 22 '25 00:11 LeoRX