0
点赞
收藏
分享

微信扫一扫

Docker本地仓库命令

程序员阿狸 2022-02-03 阅读 49

私有仓库镜像名称规范: [ip]:[port]/[user]/[image-name]

例如:registry.example.net:5000/testuser/httpd:1.2.1

# 查询仓库项目

http://[ip]:[port]/v2/_catalog

# 查询某个镜像的tag

http://[ip]:[port]/v2/[image-name]/tags/list


举报

相关推荐

0 条评论