From 8984aef8999509e5e6a1cb70286e44d0508f93e0 Mon Sep 17 00:00:00 2001 From: "Guillaume J. Charmes" Date: Mon, 10 Jun 2013 09:32:31 -0700 Subject: [PATCH] Fix typo in docs --- docs/sources/commandline/command/build.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sources/commandline/command/build.rst b/docs/sources/commandline/command/build.rst index 4810ed46ff..e3b56dbd44 100644 --- a/docs/sources/commandline/command/build.rst +++ b/docs/sources/commandline/command/build.rst @@ -11,7 +11,7 @@ Usage: docker build [OPTIONS] PATH | URL | - Build a new container image from the source code at PATH -t="": Tag to be applied to the resulting image in case of success. - When a single Dockerfile is given as URL, then no context is set. When a git reppository is set as URL, the repository is used as context + When a single Dockerfile is given as URL, then no context is set. When a git repository is set as URL, the repository is used as context Examples