From 2fe0398b28cae42417a13c793306dde1c99110e1 Mon Sep 17 00:00:00 2001 From: pjaffe Date: Mon, 27 Feb 2017 17:05:24 -0500 Subject: [PATCH] Remove incorrect duplicate phrase from build.md A phrase from the "Text files" section in build.md was incorrectly duplicated under the "Tarball contexts" section. Signed-off-by: Peter Jaffe Upstream-commit: 76235635753fd37e8f94ecc01088a12dc550d2e1 Component: engine --- components/engine/docs/reference/commandline/build.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/components/engine/docs/reference/commandline/build.md b/components/engine/docs/reference/commandline/build.md index 962393dd5a..77096acd3c 100644 --- a/components/engine/docs/reference/commandline/build.md +++ b/components/engine/docs/reference/commandline/build.md @@ -112,9 +112,6 @@ 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 ```