如何使用containerd从私有存储库中提取图像?
我使用下面的 containerd 命令从私有存储库中提取图像,但失败并显示以下错误消息。
sudo crictl pull qtech/graphql:latest
FATA[0002] pulling image: rpc error: code = Unknown desc = failed to pull and unpack image "docker.io/qtech/graphql:latest": failed to resolve reference "docker.io/qtech/graphql:latest": pull access denied, repository does not exist or may require authorization: server message: insufficient_scope: authorization failed
Run Code Online (Sandbox Code Playgroud)
我确实使用我的 docker 凭据登录并成功提取了相同的图像。
azureuser@zk-master:~$ sudo docker login
Login with your Docker ID to push and pull images from Docker Hub. If you don't have a Docker ID, head over to https://hub.docker.com to create one. …Run Code Online (Sandbox Code Playgroud)