aeonve / diving

Exploring each layer in a docker image

Home Page:https://diving.npmtrend.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Exploring each layer in a docker image

https://diving.npmtrend.com/

License:Apache License 2.0


Languages

Language:JavaScript 59.0%Language:Go 31.0%Language:CSS 5.0%Language:HTML 3.1%Language:Dockerfile 1.1%Language:Makefile 0.7%Language:Shell 0.1%