mirror of
https://github.com/docker/cli.git
synced 2026-01-18 08:21:31 +03:00
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>
Upstream-commit: b7ffa960bf
Component: cli
5 lines
55 B
Bash
5 lines
55 B
Bash
BAR=2
|
|
|
|
# overridden in configDetails.Environment
|
|
QUX=1
|