php - 构建镜像,Docker 的ADD,COPY能覆盖原来的的文件么?
習慣沉默
習慣沉默 2017-04-27 09:03:45
0
1
1241

我是想把nginx 文件copy到容器里面区

習慣沉默
習慣沉默

reply all(1)
大家讲道理

You can
Add ./nginx.conf:/etc/nginx/nginx.conf
or
COPY ./nginx.conf:/etc/nginx/nginx.conf

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template