【发布时间】:2016-07-07 14:40:59
【问题描述】:
当我尝试运行时
$ 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 图像公开时,为什么会出现身份验证错误?
【问题讨论】: