Dockerfile构建镜像(二)

上传:啦啦啦小西瓜 浏览: 19 推荐: 0 文件:PDF 大小:551.45KB 上传时间:2021-01-15 22:49:49 版权申诉
环境准备 服务器系统 Centos7.3 内存 1G CPU 2核 IP地址 10.0.0.43 mkdir Dockerfile cd Dockerfile/ vim Dockerfile FROM centos WORKDIR /usr/local/src RUN touch hello WORKDIR /usr/share RUN touch aaronszm docker build -t centos:1.1 ./ docker run --rm -it centos:1.1 /bin/bash pwd ls cd /usr/local/
上传资源
用户评论