We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a42c61a commit 66cbcacCopy full SHA for 66cbcac
1 file changed
engine/reference/commandline/build.md
@@ -96,9 +96,11 @@ Build Syntax Suffix | Commit Used | Build Context Used
96
97
If you pass an URL to a remote tarball, the URL itself is sent to the daemon:
98
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
+
102
```bash
103
$ docker build http://server/context.tar.gz
-```
104
105
The download operation will be performed on the host the Docker daemon is
106
running on, which is not necessarily the same host from which the build command
0 commit comments