Google Cloud Container Registry 拒绝来自 docker 推送的连接
Google Cloud Container Registry refuses connection from docker push
我按照 this guide 将 docker 图像推送到我的 Google Cloud Container Registry。然而
docker push eu.grc.io/<project-id>/<image>:<tag>
仅returns
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 的那一面还不够熟悉,不知道我应该寻找什么。对于上下文,我已经在 this guide.
之后设置了一个用于托管 jupyterhub 的 kubernetes 集群
我可以在本地运行图像,gcloud info
returns所有正确的信息和gcloud auth configure-docker
returnscredential 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
您的 "eu.grc.io" 有错别字。
这是"eu.gcr.io"
我按照 this guide 将 docker 图像推送到我的 Google Cloud Container Registry。然而
docker push eu.grc.io/<project-id>/<image>:<tag>
仅returns
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 的那一面还不够熟悉,不知道我应该寻找什么。对于上下文,我已经在 this guide.
之后设置了一个用于托管 jupyterhub 的 kubernetes 集群我可以在本地运行图像,gcloud info
returns所有正确的信息和gcloud auth configure-docker
returnscredential 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
您的 "eu.grc.io" 有错别字。 这是"eu.gcr.io"