I’m trying to log in to nvcr.io and keep getting an error.
What I’ve done:
- Get an NGC account
- Generate an API key
- Follow instructions at https://stackoverflow.com/questions/23111631/cannot-download-docker-images-behind-a-proxy for setting up http-proxy.conf
Then I try to login using:
docker login nvcr.io
Username: $oauthtoken
Password:
The response I get is:
Error response from daemon: Get https://nvcr.io/v2/: proxyconnect tcp: tls: oversized record received with length 20527
If I do not properly set up http-proxy.conf I get a timeout error instead. This makes me think that a connection is being made but still somehow failing.
Any suggestions are appreciated.
Thanks,
Eric