docker-registry-proxy
docker-registry-proxy copied to clipboard
docker hub login is not working
used parameter like the following
-e AUTH_REGISTRIES="auth.docker.io:myid:mypassword"
cannot login, returning 401. image cannot be pulled.
have you tried using a pat token?
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=;;;