Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Node settings] Custom ENV VAR input #626

Closed
jgresham opened this issue Jul 15, 2024 · 0 comments · Fixed by #627
Closed

[Node settings] Custom ENV VAR input #626

jgresham opened this issue Jul 15, 2024 · 0 comments · Fixed by #627
Assignees
Labels
enhancement New feature or request

Comments

@jgresham
Copy link
Member

Feature details

Similar to custom node start command input, we should allow users to enter Environment variables as input. Some software uses environment variables instead of command line input.

Optional ways to implement:

  1. Prepend environment vars to the run command. Ex: ENV_VAR=test podman run...
  2. Use podman run's -e flags https://docs.podman.io/en/latest/markdown/podman-run.1.html#env-e-env
  3. Use an env file for all of the environment vars https://docs.podman.io/en/latest/markdown/podman-run.1.html#environment

I think option 2 is the easiest and most reliable. Hopefully we can just directly put whatever the user inputs under a single -e flag.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants