diff --git a/components/engine/docs/sources/commandline/command/build.rst b/components/engine/docs/sources/commandline/command/build.rst index 4810ed46ff..e3b56dbd44 100644 --- a/components/engine/docs/sources/commandline/command/build.rst +++ b/components/engine/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