Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vicanso/diving
Exploring each layer in a docker image
https://github.com/vicanso/diving
dive dive-web diving docker-image elton
Last synced: about 2 months ago
JSON representation
Exploring each layer in a docker image
- Host: GitHub
- URL: https://github.com/vicanso/diving
- Owner: vicanso
- License: apache-2.0
- Archived: true
- Created: 2019-02-02T01:24:13.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-03-03T09:16:06.000Z (almost 2 years ago)
- Last Synced: 2024-08-01T18:32:22.981Z (5 months ago)
- Topics: dive, dive-web, diving, docker-image, elton
- Language: JavaScript
- Homepage: https://diving.npmtrend.com/
- Size: 9.87 MB
- Stars: 261
- Watchers: 10
- Forks: 26
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- Awesome-GitHub-Repo - diving - 基于 dive 分析 docker 镜像,界面化展示了镜像每层的变动(增加、修改、删除等)、用户层数据大小等信息。[<img src="https://tva1.sinaimg.cn/large/008i3skNly1gxlhtmg11mj305k05k746.jpg" alt="微信" width="18px" height="18px" />](https://mp.weixin.qq.com/s?__biz=MzUxNjg4NDEzNA%3D%3D&chksm=f9a1d4fbced65ded0e1856a1db7ce2e6f2c9e423de4428795644770bf2dbb9910874e1678b64&idx=1&mid=2247485234&scene=21&sn=e2ff671bbe9ff9c8a642ccc5793c266a#wechat_redirect) (开源工具 / Docker工具)
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
```