1.change validateNoSchema into validateNoScheme

2.change schema into scheme in docs and some annotations.

Signed-off-by: allencloud <allen.sun@daocloud.io>
This commit is contained in:
allencloud 2016-03-29 14:36:38 +08:00 committed by Tibor Vass
parent 1db38dfe21
commit b45ed4a79d
2 changed files with 2 additions and 2 deletions

View File

@ -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 -

View File

@ -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