mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Merge pull request #9486 from ClusterHQ/9484-fromSrc-api-docs
Document fromSrc more clearly
This commit is contained in:
commit
e15ffa45a6
2 changed files with 4 additions and 2 deletions
|
@ -913,7 +913,8 @@ Create an image, either by pulling it from the registry or by importing it
|
|||
Query Parameters:
|
||||
|
||||
- **fromImage** – name of the image to pull
|
||||
- **fromSrc** – source to import, - means stdin
|
||||
- **fromSrc** – source to import. The value may be a URL from which the image
|
||||
can be retrieved or `-` to read the image from the request body.
|
||||
- **repo** – repository
|
||||
- **tag** – tag
|
||||
- **registry** – the registry to pull from
|
||||
|
|
|
@ -861,7 +861,8 @@ Create an image, either by pulling it from the registry or by importing it
|
|||
Query Parameters:
|
||||
|
||||
- **fromImage** – name of the image to pull
|
||||
- **fromSrc** – source to import, - means stdin
|
||||
- **fromSrc** – source to import. The value may be a URL from which the image
|
||||
can be retrieved or `-` to read the image from the request body.
|
||||
- **repo** – repository
|
||||
- **tag** – tag
|
||||
- **registry** – the registry to pull from
|
||||
|
|
Loading…
Add table
Reference in a new issue