ciiiii / cloudflare-docker-proxy

A docker registry proxy run on cloudflare worker.
964 stars 1.78k forks source link

docker login failed #5

Closed yswtrue closed 6 months ago

yswtrue commented 10 months ago

use the same password and username can't login into docker.libcuda.so

docker login -u yswtrue docker.libcuda.so
Password:
Error response from daemon: login attempt to https://docker.libcuda.so/v2/ failed with status: 401 Unauthorized
docker login -u yswtrue docker.io
Password:
WARNING! Your password will be stored unencrypted in /home/lighthouse/.docker/config.json.
Configure a credential helper to remove this warning. See
https://docs.docker.com/engine/reference/commandline/login/#credentials-store

Login Succeeded
ciiiii commented 9 months ago

Hi, @yswtrue, the reason is that I haven't implemented the authentication part.