博客
关于我
【Harbor】Harbor镜像仓库的安装与历史版本镜像的清理
阅读量:322 次
发布时间:2019-03-03

本文共 842 字,大约阅读时间需要 2 分钟。

CentOS7.x上用harbor安装docker镜像仓库

 

 

Harbor私有仓库中如何彻底删除镜像释放存储空间?

https://blog.51cto.com/10321203/2096294

 

通过API批量删除Harbor镜像

https://github.com/sunsharing-note/docker

 

Harbor docker镜像的批量清理

https://www.cnblogs.com/only-me/p/12416369.html

 

Harbor删除镜像释放存储

https://blog.bwcxtech.com/posts/4c403e14

 

Harbor调用api删除镜像后的垃圾回收

https://cloud.tencent.com/developer/ask/194197

 

Harbor1.5.2批量清理无效镜像

https://www.cnblogs.com/uglyliu/p/12225745.html

 

IamMichael/cleanHarbor-1.5.2

https://github.com/IamMichael/cleanHarbor-1.5.2/blob/master/delete_harbor_image.sh

 

 

HARBOR配置SWAGGER远程REST API

https://www.freesion.com/article/8770158186

 

View and test Harbor REST API via Swagger

https://github.com/goharbor/harbor/blob/v1.5.2/docs/configure_swagger.md

 

HARBOR 仓库 API功能接口

https://cloud.tencent.com/developer/article/1151425

 

HARBOR API 操作

https://www.freesion.com/article/993445855

你可能感兴趣的文章
NO32 网络层次及OSI7层模型--TCP三次握手四次断开--子网划分
查看>>
NOAA(美国海洋和大气管理局)气象数据获取与POI点数据获取
查看>>
NoClassDefFoundError: org/springframework/boot/context/properties/ConfigurationBeanFactoryMetadata
查看>>
node
查看>>
node exporter完整版
查看>>
node HelloWorld入门篇
查看>>
Node JS: < 一> 初识Node JS
查看>>
Node JS: < 二> Node JS例子解析
查看>>
Node Sass does not yet support your current environment: Linux 64-bit with Unsupported runtime(93)解决
查看>>
Node Sass does not yet support your current environment: Windows 64-bit with Unsupported runtime(72)
查看>>
Node 裁切图片的方法
查看>>
node+express+mysql 实现登陆注册
查看>>
Node+Express连接mysql实现增删改查
查看>>
node, nvm, npm,pnpm,以前简单的前端环境为什么越来越复杂
查看>>
Node-RED中Button按钮组件和TextInput文字输入组件的使用
查看>>
vue3+Ts 项目打包时报错 ‘reactive‘is declared but its value is never read.及解决方法
查看>>
Node-RED中Switch开关和Dropdown选择组件的使用
查看>>
Node-RED中使用exec节点实现调用外部exe程序
查看>>
Node-RED中使用function函式节点实现数值计算(相加计算)
查看>>
Node-RED中使用html节点爬取HTML网页资料之爬取Node-RED的最新版本
查看>>