mirror of https://github.com/docker/docs.git
Fix missing comma (#10226)
* Fix missing comma * Improved way to describe boolean values in env Great idea @dHannasch!
This commit is contained in:
parent
12cc8512e4
commit
b344d1beb3
|
@ -1073,7 +1073,7 @@ VAR=hello
|
|||
### environment
|
||||
|
||||
Add environment variables. You can use either an array or a dictionary. Any
|
||||
boolean values; true, false, yes no, need to be enclosed in quotes to ensure
|
||||
boolean values (true, false, yes, no) need to be enclosed in quotes to ensure
|
||||
they are not converted to True or False by the YML parser.
|
||||
|
||||
Environment variables with only a key are resolved to their values on the
|
||||
|
|
Loading…
Reference in New Issue