export CT=$(docker create --rm image_name) && docker cp $CT:/runapp/ROOT.jar ./ && docker rm $CT
最后更新于3年前