/diving

基于 dive 分析 docker 镜像,界面化展示了镜像每层的变动(增加、修改、删除等)、用户层数据大小等信息。便捷获取镜像信息和每层镜像内容的文件树,可以方便地浏览镜像信息。对于需要优化镜像体积时非常方便

Primary LanguageJavaScriptApache License 2.0Apache-2.0

diving

Using diving you can analyze docker image on the website. It use dive to get the analyzed information.

The first time may be slow, because it pulls the image first.

Image

Installation

docker run -d --restart=always \
  -v /var/run/docker.sock:/var/run/docker.sock \
  -p 7001:7001 \
  vicanso/diving

Other Tools

回顾下之前介绍的几款:

【推荐】用来探索docker镜像背后的每一层文件系统,以及发现缩小镜像体积方法的命令行工具(启动命令:dive 镜像名

https://github.com/LessChina/dive

分析正在运行的Docker容器的资源使用情况和性能特征

https://github.com/LessChina/cadvisor

【推荐】不改变内容缩小Docker镜像

https://github.com/lotapp/docker-slim

【推荐】基于Docker的持续集成平台

https://github.com/lotapp/drone

Docker终端管理工具

https://github.com/lotapp/docui

PS:另一款完整管理平台:https://github.com/lotapp/rancher