-
Notifications
You must be signed in to change notification settings - Fork 5.3k
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
env_file not able to parse spaces #3240
Labels
Comments
My understanding is that the first one should work. The quotes will be taken literally, so nothing with quotes will be correct. |
Unfortunately it just ends up as VAR=foo |
Seems to work for me with both space and backslash. I suspect the issue is in the script you're using to consume the variable. |
so, what's the solution? |
@junneyang |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Currently, there appears to be no way to add a space character to an env_file entry.
Here are some of the combinations I have tried:
I am using Docker 1.10.3 and Compose 1.7.0
This issue seems to be directly related to moby/moby#12997 which looked to be closed unsatisfactorily.
Another related issue may be: #2854
Any fix or work-around would be appreciated.
Thanks!
The text was updated successfully, but these errors were encountered: