Skip to content
This repository has been archived by the owner on Mar 3, 2023. It is now read-only.

vicanso/diving

Repository files navigation

This repo is archived, please use 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 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