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

你可能感兴趣的文章
Nginx 的 proxy_pass 使用简介
查看>>
Nginx 的 SSL 模块安装
查看>>
Nginx 的优化思路,并解析网站防盗链
查看>>
Nginx 的配置文件中的 keepalive 介绍
查看>>
Nginx 相关介绍(Nginx是什么?能干嘛?)
查看>>
Nginx 知识点一网打尽:动静分离、压缩、缓存、跨域、高可用、性能优化...
查看>>
nginx 禁止以ip形式访问服务器
查看>>
NGINX 端口负载均衡
查看>>
Nginx 结合 consul 实现动态负载均衡
查看>>
Nginx 负载均衡与权重配置解析
查看>>
Nginx 负载均衡详解
查看>>
Nginx 负载均衡配置详解
查看>>
nginx 配置 单页面应用的解决方案
查看>>
nginx 配置dist 加上跨域配置
查看>>
nginx 配置https(一)—— 自签名证书
查看>>
nginx 配置~~~本身就是一个静态资源的服务器
查看>>
Nginx 配置服务器文件上传与下载
查看>>
Nginx 配置清单(一篇够用)
查看>>
Nginx 配置解析:从基础到高级应用指南
查看>>
Nginx 集成Zipkin服务链路追踪
查看>>