summaryrefslogtreecommitdiff
path: root/docs/source/markdown/options/env-merge.md
blob: aa1aa003d50092b0401821a4e0b7f31851d202c0 (plain)
1
2
3
4
5
#### **--env-merge**=*env*

Preprocess default environment variables for the containers. For example
if image contains environment variable `hello=world` user can preprocess
it using `--env-merge hello=${hello}-some` so new value will be `hello=world-some`.