docker-fast-build-shell:如何添加Shell的源代码并快速构建到Docker映像中-docker source code

时间:2024-04-13 22:36:27
【文件属性】:

文件名称:docker-fast-build-shell:如何添加Shell的源代码并快速构建到Docker映像中-docker source code

文件大小:529KB

文件格式:ZIP

更新时间:2024-04-13 22:36:27

系统开源

码头工人快速构建外壳 如何快速将Shell的源代码构建到Docker映像中。 1.将存储库克隆到本地主机。 git clone https://github.com/solomonxu/docker-fast-build-shell.git 2.首先建立。 首先构建docker映像,并在构建之前和之后输出时间戳。 这将生成原图像和最终图像,大约需要2到10分钟。 date; make; date; 3.其次建立。 其次构建docker映像,并在构建之前和之后输出时间戳。 这将仅构建最终图像,并且仅花费约2秒钟的时间。 date; make; date; 4.删除最终的泊坞窗映像。 删除最终的泊坞窗映像,并保留前映像。 make cleanup-diag 5.第三步。 第三步构建docker镜像,并在构建前后输出时间戳。 这将仅生成最终图像,而花费的时间不到2秒。


【文件预览】:
docker-fast-build-shell-master
----Dockerfile(564B)
----README.md(1KB)
----bin()
--------test()
--------common()
----Dockerfile.pre(322B)
----conf()
--------hosts-auth-sample.txt(166B)
--------diag.conf(79B)
--------hosts-auth.txt(184B)
----docs()
--------How to build docker image of shell rapidly_zh.pdf(318KB)
--------How to develope a standard logger shell.pdf(236KB)
----LICENSE(11KB)
----docker-compose.yaml(329B)
----docker()
--------supervisord.conf(461B)
----Makefile(2KB)

网友评论