博客
关于我
【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

你可能感兴趣的文章
MySQL8,体验不一样的安装方式!
查看>>
MySQL: Host '127.0.0.1' is not allowed to connect to this MySQL server
查看>>
Mysql: 对换(替换)两条记录的同一个字段值
查看>>
mysql:Can‘t connect to local MySQL server through socket ‘/var/run/mysqld/mysqld.sock‘解决方法
查看>>
MYSQL:基础——3N范式的表结构设计
查看>>
MYSQL:基础——触发器
查看>>
Mysql:连接报错“closing inbound before receiving peer‘s close_notify”
查看>>
mysqlbinlog报错unknown variable ‘default-character-set=utf8mb4‘
查看>>
mysqldump 参数--lock-tables浅析
查看>>
mysqldump 导出中文乱码
查看>>
mysqldump 导出数据库中每张表的前n条
查看>>
mysqldump: Got error: 1044: Access denied for user ‘xx’@’xx’ to database ‘xx’ when using LOCK TABLES
查看>>
Mysqldump参数大全(参数来源于mysql5.5.19源码)
查看>>
mysqldump备份时忽略某些表
查看>>
mysqldump实现数据备份及灾难恢复
查看>>
mysqldump数据库备份无法进行操作只能查询 --single-transaction
查看>>
mysqldump的一些用法
查看>>
mysqli
查看>>
MySQLIntegrityConstraintViolationException异常处理
查看>>
mysqlreport分析工具详解
查看>>