gpt4 book ai didi

docker - 如何在 Dockerfile 中结合 ENV 语句?

转载 作者:IT老高 更新时间:2023-10-28 21:36:43 27 4
gpt4 key购买 nike

RUN 语句为例,如果我的代码是:

RUN apt-get update
RUN apt-get install git
RUN apt-get clean

我能做到:

RUN apt-get update && apt-get install git && apt-get clean

如果我的 ENV 是:

ENV POSTGRES_PASSWORD postgres
ENV POSTGRES_USER postgres
ENV POSTGRES_DB postgres
ENV POSTGRES_HOST db

如何在一行中合并 ENV 语句?

最佳答案

Dockerfile 引用中的示例

https://docs.docker.com/engine/reference/builder/#env

ENV myName="John Doe" myDog=Rex\ The\ Dog \
myCat=fluffy

关于docker - 如何在 Dockerfile 中结合 ENV 语句?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/36775113/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com