Skip to content

recruit-tech/duplayer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

duplayer

A tool for discovering how to reduce the size of Docker Image. It shows how much image size is reduced when each layer is merged and which files are duplicated. duplayer

Installation

go get github.com/recruit-tech/duplayer

How to use

docker save image:tag | duplayer | less

or

docker save -o image.tar image:tag
duplayer -f image.tar | less

License

MIT

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages