前两天同事在周会上做了Dockerfile构建的分享,手痒,就自己顺手也写一个简单的练练手。
首先准备好源码文件hello.c和Dockerfile
hello.c
Dockerfile
# ls hello.c Dockerfile