From 03bbd2f84a96b74cd555f0573cc1ff8d49c2c24f 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: 3a9b35dfa4dc58668789fe494599f05307d01f15 Component: cli --- components/cli/docs/reference/commandline/build.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/components/cli/docs/reference/commandline/build.md b/components/cli/docs/reference/commandline/build.md index 962393dd5a..77096acd3c 100644 --- a/components/cli/docs/reference/commandline/build.md +++ b/components/cli/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 ```