mirror of
https://github.com/docker/docs.git
synced 2026-04-12 06:19:22 +07:00
* ENGDOCS-2080 * consistency fix * file watch addition * file watch addition * edits * edits * review edits and further includes files
268 B
268 B
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.