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:
Prashant
2017-04-18 23:41:00 +05:30
committed by John Mulhausen
parent f247ad1863
commit 65b50edda2

View File

@@ -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.