Skip to content

Commit

Permalink
changed
Browse files Browse the repository at this point in the history
Signed-off-by: Michealajit <[email protected]>
  • Loading branch information
michaelnadar committed Jul 26, 2023
1 parent 2ba45cd commit 154f3e6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/reference/commandline/run.md
Original file line number Diff line number Diff line change
@@ -416,7 +416,8 @@ environment, the variable isn't set in the container.

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
`<variable>` (which takes the value from the local environment), and `#` for comments which can't be inline with the `<variable>=value`.
`<variable>` (which takes the value from the local environment), and `#` for
comments which can't be inline with the `<variable>=value`.

```console
$ cat env.list

0 comments on commit 154f3e6

Please sign in to comment.