1
0
mirror of https://github.com/docker/cli.git synced 2026-01-19 21:41:31 +03:00

Allow git@ prefixes for any hosted git service

Signed-off-by: Aidan Hobson Sayers <aidanhs@cantab.net>
Upstream-commit: 923e1ecbc5
Component: cli
This commit is contained in:
Aidan Hobson Sayers
2014-11-14 01:52:55 +00:00
committed by Tibor Vass
parent 138a6b67c4
commit e486807e94

View File

@@ -462,7 +462,7 @@ Supported formats are: bzip2, gzip and xz.
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://`
can specify an arbitrary Git repository by using the `git://` or `git@`
schema.
> **Note:** `docker build` will return a `no such file or directory` error