【发布时间】:2020-07-09 16:38:26
【问题描述】:
kubectl 创建秘密 docker-registry private-registry-key --docker-username="devopsrecipes" --docker-password="xxxxxx" --docker-email="username@example.com" --docker-server ="https://index.docker.io/v1/" 创建了秘密“私人注册密钥”
此命令用于访问私有 docker repos。
如引用:http://blog.shippable.com/kubernetes-tutorial-how-to-pull-private-docker-image-pod
但是,无法拉取图像。
当尝试访问 ="https://index.docker.io/v1/" 它给出了找不到页面的错误。
请指导我。
【问题讨论】:
标签: kubernetes