标签:move auto share nbsp get apt 注意 清理 col
Dockerfile内容
1个run为1层文件层,注意清理不必要的安装包。
From nginx RUN echo ‘hello123‘ > /usr/share/nginx/html/index.html && echo ‘123‘ #&& apt-get install -y $buildDeps #&& apt-get purge -y --auto-remove $buildDeps
创建image
docker build -t nginx:v3 .
标签:move auto share nbsp get apt 注意 清理 col
原文地址:https://www.cnblogs.com/infaaf/p/8930824.html