From 6dbd1e952b00543dd0c2d57e3dc139ca6de6c94a Mon Sep 17 00:00:00 2001 From: Luca Favatella Date: Mon, 17 Oct 2016 16:38:35 +0100 Subject: [PATCH] Fix typo in build documentation Signed-off-by: Luca Favatella --- docs/reference/commandline/build.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/reference/commandline/build.md b/docs/reference/commandline/build.md index 667ea97977..720bfaabc2 100644 --- a/docs/reference/commandline/build.md +++ b/docs/reference/commandline/build.md @@ -98,6 +98,7 @@ 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