mirror of
https://github.com/docker/docs.git
synced 2026-03-27 14:28:47 +07:00
Update builder.md (#2849)
Updated for confusing wording about environment variables : https://github.com/docker/docker.github.io/issues/926
This commit is contained in:
@@ -743,7 +743,7 @@ The `ENV` instruction sets the environment variable `<key>` to the value
|
||||
many as well.
|
||||
|
||||
The `ENV` instruction has two forms. The first form, `ENV <key> <value>`,
|
||||
will set a single variable to a value. The entire string after the first
|
||||
will set a single variable to a value. The entire string after the second
|
||||
space will be treated as the `<value>` - including characters such as
|
||||
spaces and quotes.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user