docker image 转换 docker file
发表于:2022-04-24 |
code: https://github.com/sevck/WhaleTail

依赖,golang

cd $GOPATH/src
git clone https://github.com/P3GLEG/WhaleTail
go build .
help

复制代码
./WhaleTail
Usage of ./WhaleTail:
  -f string
        File containing images to analyze seperated by line
  -filter
        Filters filenames that create noise such as node_modules. Check ignore.go file for more details (default true)
  -v    Print all details about the image
  -x    Save layers to current directory
上一篇:
Docker 删除所有无名称的镜像(悬空镜像)
下一篇:
find xargs grep查找文件及文件内容