mirror of
https://github.com/docker/docs.git
synced 2026-03-29 07:18:51 +07:00
4 lines
269 B
Markdown
4 lines
269 B
Markdown
The `environment` attribute defines environment variables set in the container. `environment` can use either an array or a
|
|
map. Any boolean values; true, false, yes, no, should be enclosed in quotes to ensure
|
|
they are not converted to True or False by the YAML parser.
|