创建 Aliyun镜像仓库
首先根据aliyun官方文档创建位于 中国香港的镜像仓库
登录Google Cloud Shell拉取镜像
docker pull images |
推送镜像到阿里云镜像仓库
docker login --username=用户名 registry.cn-hongkong.aliyuncs.com #登录仓库 |
境内服务器快速拉取镜像
docker pull registry.cn-hongkong.aliyuncs.com/命名空间/仓库名称:[镜像版本号] |
参考文档
https://help.aliyun.com/document_detail/198212.html?spm=a2c4g.11186623.0.0.63f37d708vpVJf
https://shell.cloud.google.com
https://zhuanlan.zhihu.com/p/376820419
https://help.aliyun.com/document_detail/198212.html?spm=a2c4g.11186623.0.0.63f37d708vpVJf
https://help.aliyun.com/document_detail/60743.html
本博客所有文章除特别声明外,均采用 CC BY-NC-SA 4.0 许可协议。转载请注明来源 Tian's Blog!