查看docker File

#查看docker File

#!/bin/bash
export PATH=$PATH
if [ $# -eq 1 ];then
        docker history --format {{.CreatedBy}} --no-trunc=true $1 |sed "s///bin//sh/ -c/ /#(nop)/ //g"|sed "s///bin//sh/ -c/RUN/g" | tac
    else
        echo "sh Obtain_dockerfile.sh $DOCKER_IMAGE"
fi

原创文章,作者:奋斗,如若转载,请注明出处:https://blog.ytso.com/182503.html

(0)
上一篇 2021年11月1日
下一篇 2021年11月1日

相关推荐

发表回复

登录后才能评论