Diving:一款在线分析Docker镜像的工具,可本地部署
效果:


项目地址: https://github.com/vicanso/diving
如果不想自己部署的话使用在线网站: https://diving.aslant.site/
本地部署
docker run -d --restart=always \
-v /var/run/docker.sock:/var/run/docker.sock \
-p 7001:7001 \
vicanso/diving



项目地址: https://github.com/vicanso/diving
如果不想自己部署的话使用在线网站: https://diving.aslant.site/
docker run -d --restart=always \
-v /var/run/docker.sock:/var/run/docker.sock \
-p 7001:7001 \
vicanso/diving