mirror of
https://github.com/docker/cli.git
synced 2026-09-24 07:25:07 -05:00
Merge pull request #9162 from aidanhs/patch-1
Allow git@ urls for more than just github Upstream-commit: df7c22dd2307cb530b300a84ae9ddcc951dc3e47 Component: engine
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user