Skip to content

Commit 66cbcac

Browse files
author
Misty Stanley-Jones
authored
Revert "Engine reference BUILD tarball contexts mangled"
1 parent a42c61a commit 66cbcac

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

engine/reference/commandline/build.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,9 +96,11 @@ Build Syntax Suffix | Commit Used | Build Context Used
9696

9797
If you pass an URL to a remote tarball, the URL itself is sent to the daemon:
9898

99+
Instead of specifying a context, you can pass a single Dockerfile in the `URL`
100+
or pipe the file in via `STDIN`. To pipe a Dockerfile from `STDIN`:
101+
99102
```bash
100103
$ docker build http://server/context.tar.gz
101-
```
102104

103105
The download operation will be performed on the host the Docker daemon is
104106
running on, which is not necessarily the same host from which the build command

0 commit comments

Comments
 (0)