mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Documents build API "remote" parameter
Introduced in Docker v0.4.5 / Remove API v1.1 (#848), the remote parameter of the API method POST /build allows to specify a buildable remote URL (HTTPS, HTTP or Git). Signed-off-by: Vincent Giersch <vincent.giersch@ovh.net>
This commit is contained in:
parent
bdbdbcc945
commit
3cb78bfa76
15 changed files with 15 additions and 0 deletions
|
|
@ -991,6 +991,7 @@ Query Parameters:
|
|||
|
||||
- **t** – repository name (and optionally a tag) to be applied to
|
||||
the resulting image in case of success
|
||||
- **remote** – build source URI (git or HTTPS/HTTP)
|
||||
- **q** – suppress verbose build output
|
||||
- **nocache** – do not use the cache when building the image
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue