mirror of https://github.com/docker/cli.git
--env-file about comments doc updated
Signed-off-by: Saurabh Kumar <saurabhkumar0184@gmail.com>
This commit is contained in:
parent
b33612426a
commit
efc9236794
|
@ -417,6 +417,8 @@ environment, the variable isn't set in the container.
|
||||||
You can also load the environment variables from a file. This file should use
|
You can also load the environment variables from a file. This file should use
|
||||||
the syntax `<variable>=value` (which sets the variable to the given value) or
|
the syntax `<variable>=value` (which sets the variable to the given value) or
|
||||||
`<variable>` (which takes the value from the local environment), and `#` for comments.
|
`<variable>` (which takes the value from the local environment), and `#` for comments.
|
||||||
|
Additionally, it's important to note that lines beginning with `#` are treated as line comments
|
||||||
|
and are ignored, whereas a `#` appearing anywhere else in a line is treated as part of the variable value.
|
||||||
|
|
||||||
```console
|
```console
|
||||||
$ cat env.list
|
$ cat env.list
|
||||||
|
|
Loading…
Reference in New Issue