-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Add --env-file to docker exec #1681
Comments
Hi. Any progress on it? |
I don't think anyone worked on this. Just to set expectations right;
Given that we already have |
No opposition here, though it seems odd to want to add a bunch of envs to an |
Same here, I'm ok with this feature 👍 |
for whoever waiting for the new release and having the possibility to run bash scripts
The above method will generate a string like
|
I miss-filed this under moby (moby/moby#38754) and they told me to come here
Description
This is a follow up to moby/moby#14036. --env-file is a secure way to pass an environment that contains sensitive data. Without it my data becomes shy, the cache flushes and all my bits go down the drain.
I think the work-around is to
docker cp
the environment file and source it, but that means I also have to fix it up with quotes, escapes, etc.Steps to reproduce the issue:
Describe the results you received:
Describe the results you expected:
Additional information you deem important (e.g. issue happens only occasionally):
I don't like Chicken
Output of
docker version
:Output of
docker info
:Additional environment details (AWS, VirtualBox, physical, etc.):
The text was updated successfully, but these errors were encountered: