标签:报错 centos7 log tail try name latest lib epo
[root@CentOS7 jdk8]# curl http://10.20.2.29:5000/v2/_catalog
{"repositories":["docker.io/jdk","docker.io/nginx"]}
[root@CentOS7 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
解决方案
[root@CentOS7 jdk8]# docker pull 10.20.2.29:5000/docker.io/jdk:8u191
标签:报错 centos7 log tail try name latest lib epo
原文地址:https://www.cnblogs.com/Zhongzz/p/10215946.html