gpt4 book ai didi

docker - 在 coreos 上使用 gcloud docker 客户端

转载 作者:行者123 更新时间:2023-12-02 21:26:32 26 4
gpt4 key购买 nike

我可以在 coreos 上使用“gcloud docker”客户端吗?我想拉一个容器,但是当我这样做时

gcloud docker pull



我明白了
WARNING: 'docker' was not discovered on the path. Credentials have been stored, but are not guaranteed to work with the 1.11 Docker client ifan external credential store is configured.

我可以安装成熟的 gcloud 客户端吗?无论如何,gcloud 在哪里?我可以运行它,但是 which gcloud空手而归。

最佳答案

你必须使用这个命令:
$ docker login -e 1234@5678.com -u _token -p "$(gcloud auth print-access-token)" https://gcr.io

您也可以更改 https://gcr.io例如:https://us.gcr.io如果您的图像存储在其他地方。

如果这不起作用,请尝试 JSON key 文件方法,它更可靠。
docker login -e 1234@5678.com -u _json_key -p "$(cat keyfile.json)" https://gcr.io

它也记录在这里:

https://cloud.google.com/container-registry/docs/advanced-authentication

关于docker - 在 coreos 上使用 gcloud docker 客户端,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/37173119/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com