docker遇到的问题

 C:\Users\Lrven.Lai>docker scout quickview jenkins/jenkins
INFO New version 0.22.3 available (installed version is 0.20.0)
level=error msg="Status: login using Docker Desktop or 'docker login' command: no credential found for \"index.docker.io\", Code: 1"

解决办法:改成这样就行

{
    "auths": {
        "https://index.docker.io/v1/": {}
    },
    "credsStore": "wincred",
    "currentContext": "default"
}

你可能感兴趣的:(BigDate,docker,java,容器)