Revert "Engine reference BUILD tarball contexts mangled"

This commit is contained in:
Misty Stanley-Jones 2016-11-02 13:31:08 -07:00 committed by GitHub
parent a42c61a6ef
commit 66cbcac67f
1 changed files with 3 additions and 1 deletions

View File

@ -96,9 +96,11 @@ 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: 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 ```bash
$ docker build http://server/context.tar.gz $ docker build http://server/context.tar.gz
```
The download operation will be performed on the host the Docker daemon is 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 running on, which is not necessarily the same host from which the build command