查看私有docker 仓库中的镜像信息

本地安装docker 仓库的主机查询

curl http://127.0.0.1:5000/v2/_catalog

[root@localhost log]# curl http://127.0.0.1:5000/v2/_catalog
{"repositories":["busybox","registry"]}

其他机器也可以进行访问

curl http://192.168.218.136:5000/v2/_catalog

 curl http://192.168.218.136:5000/v2/_catalog
{"repositories":["busybox","registry"]}

 

你可能感兴趣的:(docker)