docker镜像文件在哪
天蓬老师
天蓬老师 2017-04-24 15:59:08
0
2
769

docker pull 后对应的镜像文件在哪里, 我用的ubuntu , 然后镜像里能看到 Dockerfile 文件吗? 我现在正模仿写 Dockerfile

天蓬老师
天蓬老师

欢迎选择我的课程,让我们一起见证您的进步~~

reply all(2)
巴扎黑

The address for downloading the image file on /var/lib/docker/aufs中。
Dockerfile只是用来生成镜像的,镜像中不会包含Dockerfile,这就像源码和程序的关系一样。
Docker Hub(https://hub.docker.com)上找到你想要的镜像,里面都会有生成此镜像的Dockerfile以及相关文件在Github can be found there.

阿神
/var/lib/docker/aufs

You have to write the dockerfile yourself. As far as I know, it cannot be seen.

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!