教你如何搭建Docker私有仓库(2)

测试:

[root@localhost ~]# docker pull 20.0.0.149:5000/httpd Using default tag: latest latest: Pulling from httpd 123275d6e508: Pull complete e984dd982a6e: Pull complete 963280e5cf81: Pull complete 6faf90d050b2: Pull complete 962b56984bb0: Pull complete Digest: sha256:8f10edef61246c6c142a87304d4ffa68298662ecb619776e4e9817d06ec5f567 Status: Downloaded newer image for 20.0.0.149:5000/httpd:latest 20.0.0.149:5000/httpd:latest [root@localhost ~]#

拉取成功并且拉取镜像的速度很快。

最后给出上面出现的状态码错误的问题具体解决

教你如何搭建Docker私有仓库

Linux公社的RSS地址https://www.linuxidc.com/rssFeed.aspx

内容版权声明:除非注明,否则皆为本站原创文章。

转载注明出处:https://www.heiqu.com/3889d03443f4e5668de01730d5ecebb5.html