首页 > 其他 > 详细

docker image 转换 docker file

时间:2018-06-06 20:34:01      阅读:274      评论:0      收藏:0      [点我收藏+]

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

博客原文,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

原文:https://www.cnblogs.com/sevck/p/9146752.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!