Merge pull request #175 from dsheets/patch-1

Engine reference BUILD tarball contexts mangled
This commit is contained in:
John Mulhausen 2016-10-19 10:43:46 -07:00 committed by GitHub
commit bb793f22d0
1 changed files with 1 additions and 3 deletions

View File

@ -94,11 +94,9 @@ 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
```
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