gpt4 book ai didi

node.js - 如何在 Dockerfile 中设置 ENV 变量(来自 .txt 文件的内容)?

转载 作者:太空宇宙 更新时间:2023-11-03 23:25:22 25 4
gpt4 key购买 nike

我正在尝试 Dockerize Node.js 应用程序,在创建 Dockerfile 时,我遇到了连接数据库的凭据存储在 .txt 文件中的问题。如何将该 .txt 文件中的内容设置为 Dockerfile 中的 ENV 变量?

最佳答案

您可以使用--env-file命令行选项:

docker run --env-file ./env.list ubuntu bash

This file should use the syntax <variable>=value (which sets the variable to the given value) or <variable> (which takes the value from the local environment), and # for comments.

了解更多详情,see the documentation here .

关于node.js - 如何在 Dockerfile 中设置 ENV 变量(来自 .txt 文件的内容)?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/45029096/

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