mirror of https://github.com/docker/cli.git
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:
parent
1db38dfe21
commit
b45ed4a79d
|
@ -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 -
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue