Google Cloud Container Registry拒绝使用docker push连接

问题描述 投票:1回答:1

我跟着this guide将docker镜像推送到我的Google Cloud Container Registry。然而

docker push eu.grc.io/<project-id>/<image>:<tag>

只返回

The push refers to repository [eu.grc.io/<project-id>/<image>]
Get https://eu.grc.io/v2/: dial tcp xx.xx.xxx.xx:443: connect: connection refused

有没有人遇到此错误或知道如何让它工作?我认真的想法,我的网络配置可能有问题,但我不熟悉Ubuntu的这一方知道我应该寻找什么。对于上下文,我已经建立了一个kubernetes集群,用于在this guide之后托管jupyterhub。

我可以在本地运行图像,gcloud info返回所有正确的信息,gcloud auth configure-docker返回credential helpers already registered correctly.

附加信息:

Ubuntu 16.04

gcloud version
Google Cloud SDK 214.0.0
bq 2.0.34
core 2018.08.24
gsutil 4.33

docker version
Version:           18.06.1-ce
API version:       1.38
Go version:        go1.10.3
docker kubernetes google-cloud-platform gcloud google-container-registry
1个回答
7
投票

你的“eu.grc.io”中的错字。是“eu.gcr.io”

© www.soinside.com 2019 - 2024. All rights reserved.