我正试图在WSL2中运行一些Nvidia docker容器,但我需要首先进行身份验证,但是
docker login
正在给我一个错误:
(base) ian@IansDesktop:~$ docker login ncvr.io
Username: $oauthtoken
Password:
INFO[0011] Error logging in to endpoint, trying next endpoint error="login attempt to https://ncvr.io/v2/ failed with status: 404 Not Found"
login attempt to https://ncvr.io/v2/ failed with status: 404 Not Found
我做错了什么?