Browse code

Remove incorrect duplicate phrase from build.md

A phrase from the "Text files" section in build.md was incorrectly duplicated under the "Tarball contexts" section.

Signed-off-by: Peter Jaffe <pjaffe@nevo.com>

pjaffe authored on 2017/02/28 07:05:24
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
 ```