Browse code

Merge pull request #31398 from pjaffe/patch-1

Remove incorrect duplicate phrase from build.md
(cherry picked from commit fb5ccc66054df1459d7844e237a2aaae085ec274)

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>

Sebastiaan van Stijn authored on 2017/02/28 07:08:47
Showing 1 changed files
... ...
@@ -111,9 +111,6 @@ Build Syntax Suffix             | Commit Used           | Build Context Used
111 111
 
112 112
 If you pass an URL to a remote tarball, the URL itself is sent to the daemon:
113 113
 
114
-Instead of specifying a context, you can pass a single Dockerfile in the `URL`
115
-or pipe the file in via `STDIN`. To pipe a Dockerfile from `STDIN`:
116
-
117 114
 ```bash
118 115
 $ docker build http://server/context.tar.gz
119 116
 ```