This website requires JavaScript.
Explore
Help
Register
Sign In
Guest24897
/
DockerCLI
mirror of
https://github.com/docker/cli.git
Watch
1
Star
0
Fork
You've already forked DockerCLI
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
e29292f921
DockerCLI
/
cli
/
compose
/
loader
/
example2.env
5 lines
91 B
Bash
Raw
Normal View
History
Unescape
Escape
Fix environment resolving. Load from env should only happen if the value is unset. Extract a buildEnvironment function and revert some changes to tests. Signed-off-by: Daniel Nephin <dnephin@docker.com>
2017-03-14 12:39:26 -04:00
BAR
=
bar_from_env_file_2
compose: fix environment interpolation from the client For an environment variable defined in the yaml without value, the value needs to be propagated from the client, as in Docker Compose. Signed-off-by: Akihiro Suda <suda.akihiro@lab.ntt.co.jp>
2017-02-07 04:44:47 -05:00
# overridden in configDetails.Environment
Fix environment resolving. Load from env should only happen if the value is unset. Extract a buildEnvironment function and revert some changes to tests. Signed-off-by: Daniel Nephin <dnephin@docker.com>
2017-03-14 12:39:26 -04:00
QUX
=
quz_from_env_file_2