这个是从每天的播报平台抓取到国外的信息发现的,感觉很实用。

博客原文,E文好的可以直接去看,https://samaritan.ai/blog/reversing-docker-images-into-dockerfiles/

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 image 转换 docker file

 

相关文章:

  • 2021-10-13
  • 2022-02-19
  • 2019-05-19
  • 2021-12-05
  • 2018-03-19
  • 2022-02-04
  • 2021-10-14
  • 2021-08-08
猜你喜欢
  • 2022-12-23
  • 2021-12-01
  • 2021-11-29
  • 2021-11-08
  • 2021-06-06
  • 2021-09-09
相关资源
相似解决方案