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"
}
docker安装jenkins
1.docker search jenkins