环境:1:docker仓库     192.168.159.139

           2:docker验证机   192.168.159.141

 

下载registry

docker本地仓库

 

 运行registry

docker本地仓库

 

 验证:

docker本地仓库

 

 如要希望docker客户端支持http协议,需在启动docker时加入参数 --insecureregistry your_registry_ip:port 编辑/usr/lib/systemd/system/docker.service文件 增加--insecure-registry参数

docker本地仓库

 

 docker本地仓库

 

[root@localhost ~]# systemctl daemon-reload 

[root@localhost ~]# systemctl restart docker

上传镜像

先给要上传 的镜像打标签

docker本地仓库

 

 接下来上传镜像

docker本地仓库

 

 上传成功

接下来到到另外一台docker验证机上操作

docker本地仓库

 

 验证机也要增加--insecure-registry参数

docker本地仓库

 

 可以看出下载镜像成功了