ENV
指定环境变量,在镜像生成过程中会被后续RUN指令使用,在镜像启动的容器中也会存在。格式为ENV <key> <value>或ENV <key>=<value> ...。
Last updated
Was this helpful?
指定环境变量,在镜像生成过程中会被后续RUN指令使用,在镜像启动的容器中也会存在。格式为ENV <key> <value>或ENV <key>=<value> ...。
Last updated
Was this helpful?
Was this helpful?