Merge pull request #27452 from lucafavatella/fix-typo-in-build-ref

Fix typo in build documentation
Upstream-commit: 92e2a62891c063bc992a5a0afe496a5b1236f6eb
Component: engine
This commit is contained in:
Sebastiaan van Stijn
2016-10-17 10:53:36 -07:00
committed by GitHub

View File

@ -98,6 +98,7 @@ or pipe the file in via `STDIN`. To pipe a Dockerfile from `STDIN`:
```bash
$ docker build http://server/context.tar.gz
```
The download operation will be performed on the host the Docker daemon is
running on, which is not necessarily the same host from which the build command