-
Notifications
You must be signed in to change notification settings - Fork 220
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
set environment variables for run command #618
Comments
What's the use-case? The idea behind the |
In my case, I need to pass proper
|
Ok, yes, sounds like we should it. :) |
In addition to single environment variables, would it be possible to support an environment file parameter with more than one variable please? Similar to what "podman exec --env-file" does. My use case is restic backups, which require a bunch of variables to be passed to define the repository, etc. |
I used a workaround to pass "Gnome-Builder external command" env variables:
|
More specific toolbox containers would also benefit from those envs, since some devtools prefix commands with various environment variables to execute tests, compilation, linting, debugging session, etc. For example, to start the NodeJS debugger, Webstorm (Jetbrains’ IDE) uses the following envs (and probably more):
When |
Didn't find a way to do so. Should we add it?
The text was updated successfully, but these errors were encountered: