当我试着跑的时候
$ 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
镜像是公开的时,为什么我得到一个身份验证错误?
发布于 2021-12-23 16:37:51
我重新启动Docker并运行pull,然后它就可以工作了
https://stackoverflow.com/questions/38248411
复制相似问题