Merge pull request #31398 from pjaffe/patch-1

Remove incorrect duplicate phrase from build.md
This commit is contained in:
Sebastiaan van Stijn 2017-02-27 23:08:47 +01:00 committed by GitHub
commit fb5ccc6605

View file

@ -112,9 +112,6 @@ Build Syntax Suffix | Commit Used | Build Context Used
If you pass an URL to a remote tarball, the URL itself is sent to the daemon:
Instead of specifying a context, you can pass a single Dockerfile in the `URL`
or pipe the file in via `STDIN`. To pipe a Dockerfile from `STDIN`:
```bash
$ docker build http://server/context.tar.gz
```