dlayer - Docker 镜像分层分享工具


MIT
跨平台
Google Go

软件简介

dlayer

dlayer docker 镜像分层分析工具

Installation

go get github.com/orisano/dlayer

How to use

docker save image:tag | dlayer -n 100 | less

or

docker save -o image.tar image:tag
dlayer -f image.tar -n 1000 | less

Author

Nao YONASHIRO (@orisano)

License

MIT