docker pull 私有镜像

Posted zhongzz

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了docker pull 私有镜像相关的知识,希望对你有一定的参考价值。

错误演示

[[email protected] jdk8]# curl http://10.20.2.29:5000/v2/_catalog
{"repositories":["docker.io/jdk","docker.io/nginx"]}


[[email protected] jdk8]# docker pull jdk
Using default tag: latest
Trying to pull repository docker.io/library/jdk ... 
repository docker.io/jdk not found: does not exist or no pull access

原因分析

在不进行配置的情况下,docker只会去中央镜像中pull
解决方案

解决方案

[[email protected] jdk8]# docker pull 10.20.2.29:5000/docker.io/jdk:8u191

以上是关于docker pull 私有镜像的主要内容,如果未能解决你的问题,请参考以下文章

docker从私有镜像库pull/push镜像问题:Error response from daemon: Get https://harbor.op.xxxx.com/v2/: x509: cert

Docker私有仓库Registry的搭建验证

docker仓库使用+harbor私有仓库部署

docker搭建私有仓库

如何从docker将image镜像到私有的registry

如何从docker将image镜像到私有的registry