diff --git a/docs/reference/commandline/build.md b/docs/reference/commandline/build.md index 4530f77bb1..eb1bb426b7 100644 --- a/docs/reference/commandline/build.md +++ b/docs/reference/commandline/build.md @@ -177,7 +177,7 @@ you must use `--rm=false`. This does not affect the build cache. This will clone the GitHub repository and use the cloned repository as context. The Dockerfile at the root of the repository is used as Dockerfile. Note that you can specify an arbitrary Git repository by using the `git://` or `git@` -schema. +scheme. ### Build with - diff --git a/man/docker-build.1.md b/man/docker-build.1.md index c854bc1148..69d78cd9a3 100644 --- a/man/docker-build.1.md +++ b/man/docker-build.1.md @@ -277,7 +277,7 @@ repository. docker build github.com/scollier/purpletest -Note: You can set an arbitrary Git repository via the `git://` schema. +Note: You can set an arbitrary Git repository via the `git://` scheme. ## Building an image using a URL to a tarball'ed context