Docker:图像的逆向工程 [英] Docker: Reverse Engineering of an Image

查看:128
本文介绍了Docker:图像的逆向工程的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

当我们使用Docker时,在我们的 https://hub.docker.com 的公共存储库中非常容易地推入和拉取映像,但是该存储库仅对公众免费图像(只能是一个私有图像)。

When we use Docker it's very easy push and pull image in a public repository in our https://hub.docker.com but this repository it's free only for public image(only one can be private).

当前可以对存储库中的公共图像执行逆向工程并读取项目的源代码吗?

Currently it's possible to execute a reverse engineering of a public image in repository and read the source code of project ?

推荐答案

您可以使用 docker history< image-name>查看镜像的创建方式。 --no-trunc

更新:

检查潜水,这是一个非常不错的工具,可让您查看图像图层。

Check dive which is a very nice tool that allows you to views image layers.

这篇关于Docker:图像的逆向工程的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆