Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```