Heim  >  Fragen und Antworten  >  Hauptteil

php - 构建镜像,Docker 的ADD,COPY能覆盖原来的的文件么?

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

習慣沉默習慣沉默2755 Tage vor1229

Antworte allen(1)Ich werde antworten

  • 大家讲道理

    大家讲道理2017-04-27 09:05:45

    可以
    Add ./nginx.conf:/etc/nginx/nginx.conf
    或者
    COPY ./nginx.conf:/etc/nginx/nginx.conf

    Antwort
    0
  • StornierenAntwort