We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi,
Can not pull images from docker, error description is below
Context:
make login: docker login Authenticating with existing credentials... Login did not succeed, error: Error response from daemon: Get "https://registry-1.docker.io/v2/": Get "https://auth.docker.io/token?account=XXXX&client_id=docker&offline_token=true&service=registry.docker.io": EOF Log in with your Docker ID or email address to push and pull images from Docker Hub. If you don't have a Docker ID, head over to https://hub.docker.com/ to create one. You can log in with your password or a Personal Access Token (PAT). Using a limited-scope PAT grants better security and is required for organizations using SSO. Learn more at https://docs.docker.com/go/access-tokens/
Username (XXXX): XXXX Password: XXXX Login Succeeded
make pull: docker pull hello-world Using default tag: latest Error response from daemon: Head "https://registry-1.docker.io/v2/library/hello-world/manifests/latest": Get "https://auth.docker.io/token?account=XXXX&scope=repository%3Alibrary%2Fhello-world%3Apull&service=registry.docker.io" : EOF
when trying to pull image from docker desktop (HTTP code 500) server error - Head "https://registry-1.docker.io/v2/library/hello-world/manifests/latest": Get "https://auth.docker.io/token?account=XXXX&scope=repository%3Alibrary%2Fhello-world%3Apull&service=registry.docker.io:": EOF
Docker Version - Docker Desktop 4.30.0 (149282)
daemon.json:
{ "builder": { "gc": { "defaultKeepStorage": "20GB", "enabled": true } }, "debug": true, "experimental": false }
config.json:
{ "auths": { "https://index.docker.io/v1/": {} }, "credsStore": "desktop", "currentContext": "default", "plugins": { "-x-cli-hints": { "enabled": "true" } } }
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi,
Can not pull images from docker, error description is below
Context:
make login:
docker login
Authenticating with existing credentials...
Login did not succeed, error: Error response from daemon: Get "https://registry-1.docker.io/v2/": Get "https://auth.docker.io/token?account=XXXX&client_id=docker&offline_token=true&service=registry.docker.io": EOF
Log in with your Docker ID or email address to push and pull images from Docker Hub. If you don't have a Docker ID, head over to https://hub.docker.com/ to create one.
You can log in with your password or a Personal Access Token (PAT). Using a limited-scope PAT grants better security and is required for organizations using SSO. Learn more at https://docs.docker.com/go/access-tokens/
Username (XXXX): XXXX
Password: XXXX
Login Succeeded
make pull:
docker pull hello-world
Using default tag: latest
Error response from daemon: Head "https://registry-1.docker.io/v2/library/hello-world/manifests/latest": Get "https://auth.docker.io/token?account=XXXX&scope=repository%3Alibrary%2Fhello-world%3Apull&service=registry.docker.io" : EOF
when trying to pull image from docker desktop
(HTTP code 500) server error - Head "https://registry-1.docker.io/v2/library/hello-world/manifests/latest": Get "https://auth.docker.io/token?account=XXXX&scope=repository%3Alibrary%2Fhello-world%3Apull&service=registry.docker.io:": EOF
Docker Version - Docker Desktop 4.30.0 (149282)
daemon.json:
config.json:
The text was updated successfully, but these errors were encountered: