Remove incorrect duplicate phrase from build.md
| ... | ... |
@@ -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 |
``` |