From 7b41a45abe004f7d5a7d69f1eba6650f28e68e76 Mon Sep 17 00:00:00 2001 From: David Sheets Date: Wed, 12 Oct 2016 12:23:12 +0100 Subject: [PATCH] Engine reference BUILD tarball contexts mangled Closed code fence, removed duplicate text. Perhaps caused by bad merge? --- engine/reference/commandline/build.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/engine/reference/commandline/build.md b/engine/reference/commandline/build.md index 9cb390b91c..70ca487251 100644 --- a/engine/reference/commandline/build.md +++ b/engine/reference/commandline/build.md @@ -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