前端之家收集整理的这篇文章主要介绍了
当我试图提取公共图像时,为什么我从Docker获得授权错误?,
前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
当我试图跑
$docker run -it ubuntu /bin.bash
我收到以下错误:
Unable to find image 'ubuntu:latest' locally
docker: Error response from daemon: Get https://registry-1.docker.io/v2/library/ubuntu/manifests/latest: unauthorized: incorrect username or password.
See 'docker run --help'.
当ubuntu映像公开时,为什么会出现auth错误?
适用于Windows的Docker –
repro docker pull redis
我最近收到了这个错误.我的解决方案结果是做了一个docker注销,这似乎清除了与docker hub相关的凭证输入槽(推测).在此之后,我的码头工拉雷迪斯工作得很好.
原文链接:https://www.f2er.com/docker/436519.html