All Projects → orisano → Dlayer

orisano / Dlayer

Licence: mit
dlayer is docker layer analyzer.

Programming Languages

go
31211 projects - #10 most used programming language

dlayer

dlayer is docker layer analyzer.

Installation

GO111MODULE=on go get github.com/orisano/dlayer

or

docker pull orisano/dlayer

How to use

$ dlayer -h
Usage of dlayer:
  -a	show details
  -d int
    	max depth (default 8)
  -f string
    	image.tar path (default "-")
  -i	interactive mode
  -l int
    	screen line width (default 100)
  -n int
    	max files (default 100)
# recommended
docker save image:tag | dlayer -i

or

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

or

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

screenshot

Related Projects

Author

Nao Yonashiro (@orisano)

License

MIT

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].