Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/arbal/diving
Exploring each layer in a docker image
https://github.com/arbal/diving
Last synced: 3 months ago
JSON representation
Exploring each layer in a docker image
- Host: GitHub
- URL: https://github.com/arbal/diving
- Owner: arbal
- License: apache-2.0
- Fork: true (vicanso/diving)
- Created: 2021-08-28T02:55:07.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2022-03-20T08:16:14.000Z (over 2 years ago)
- Last Synced: 2024-04-08T18:50:01.660Z (7 months ago)
- Language: JavaScript
- Homepage: https://diving.npmtrend.com/
- Size: 9.75 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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
```