我创建了一个简单的Dockerfile,其中包含以下内容: # Comment
FROM python:3.8.3
RUN pip install matplotlib 然后,我使用以下命令构建它: docker build -f DockerFile . 当我使用docker image ls列出生成的图像时,结果是意外的: D:\TEMP\docker>docker image ls
REPOSITORY TAG IMAGE ID CREATED SIZE
<none>
ap0llo/oneforall:0.0.9 ap0llo/dirsearh:0.3.9 al0llo/poc:xunfeng al0llo/poc:kunpeng这几个镜像拉取失败,提示pull access denied for ap0llo/dirsearch, repository does not exist or may require 'docker login': denied: requested access to the resource is denied,仓库源已换成中科大的