# diving **Repository Path**: mirrors/diving ## Basic Information - **Project Name**: diving - **Description**: 基于dive的Web实现,分析docker镜像中重复生成或被删除的无用空间,可以按条件筛选特别的文件,如每层的修改文件,尺寸大于多少M的文件或者使用正则匹配文件名等方式 - **Primary Language**: JavaScript - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: https://www.oschina.net/p/diving - **GVP Project**: No ## Statistics - **Stars**: 15 - **Forks**: 4 - **Created**: 2019-03-07 - **Last Updated**: 2026-01-03 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # This repo is archived, please use [diving-rs](https://github.com/vicanso/diving-rs) instead of it. It is fast and simple, develop with Rust. # diving Using diving you can analyze docker image on the website. It use [dive](https://github.com/wagoodman/dive) to get the analyzed information. The first time may be slow, because it pulls the image first. ![Image](.data/demo.gif) ## Installation ``` docker run -d --restart=always \ -v /var/run/docker.sock:/var/run/docker.sock \ -p 7001:7001 \ vicanso/diving ```