aks拉取镜像失败,怎么解决?

aks拉取镜像失败,怎么解决?

展开
收起
提问的橘子 2024-08-08 14:36:03 74 分享 版权
1 条回答
写回答
取消 提交回答
  • 为什么在企业版实例匿名拉取镜像会失败?

    您需要在概览页面右侧实例设置区域打开公开匿名拉取,您才可以匿名拉取镜像。

    docker push失败
    docker push失败,报错提示denied: requested access to the resource is denied

    上传失败时,主要的排查步骤和docker pull基本一致,只是授权要求的级别比docker pull更高。

    为什么docker push会失败?

    推送镜像之前请确保镜像已创建镜像仓库。如果没有镜像仓库,请确保命名空间已开启自动创建仓库功能。
    image.png
    参考文档https://help.aliyun.com/zh/acr/support/faq-about-errors-of-docker-login-docker-push-and-docker-pull?spm=a2c4g.131841.0.i5

    2024-08-09 09:05:34
    赞同 14 展开评论