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.
docker run -d --restart=always \
-v /var/run/docker.sock:/var/run/docker.sock \
-p 7001:7001 \
vicanso/diving
回顾下之前介绍的几款:
【推荐】用来探索docker
镜像背后的每一层文件系统,以及发现缩小镜像体积方法的命令行工具(启动命令:dive 镜像名
)
分析正在运行的Docker容器的资源使用情况和性能特征:
【推荐】不改变内容缩小Docker镜像:
【推荐】基于Docker
的持续集成平台
Docker终端管理工具
PS:另一款完整管理平台:https://github.com/lotapp/rancher