dlayer

command module
v0.2.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 8, 2020 License: MIT Imports: 15 Imported by: 0

README

dlayer

dlayer is docker layer analyzer.

Installation

go get github.com/orisano/dlayer

or

curl -o /usr/local/bin/dlayer -SsL $(curl -s https://api.github.com/repos/orisano/dlayer/releases/latest | jq -r '.assets[].browser_download_url' | grep darwin) && chmod +x /usr/local/bin/dlayer

or

docker pull 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 -d 10 | less

screenshot

Author

Nao Yonashiro (@orisano)

License

MIT

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL