Browse code

Merge pull request #31398 from pjaffe/patch-1

Remove incorrect duplicate phrase from build.md

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