Skip to content

aeonve/diving

 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

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