From 65b50edda261da13533fe1aa9728f4f9d3b79cd1 Mon Sep 17 00:00:00 2001 From: Prashant Date: Tue, 18 Apr 2017 23:41:00 +0530 Subject: [PATCH] Update builder.md (#2849) Updated for confusing wording about environment variables : https://github.com/docker/docker.github.io/issues/926 --- engine/reference/builder.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engine/reference/builder.md b/engine/reference/builder.md index 7cb690c02a..4db7f93015 100644 --- a/engine/reference/builder.md +++ b/engine/reference/builder.md @@ -743,7 +743,7 @@ The `ENV` instruction sets the environment variable `` to the value many as well. The `ENV` instruction has two forms. The first form, `ENV `, -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 `` - including characters such as spaces and quotes.