mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Correct API docs for /images/create
Signed-off-by: Daniel Nephin <dnephin@docker.com>
This commit is contained in:
parent
f255155f6b
commit
2ec4404ba0
1 changed files with 7 additions and 4 deletions
|
@ -1465,12 +1465,15 @@ a base64-encoded AuthConfig object.
|
||||||
|
|
||||||
Query Parameters:
|
Query Parameters:
|
||||||
|
|
||||||
- **fromImage** – Name of the image to pull.
|
- **fromImage** – Name of the image to pull. The name may include a tag or
|
||||||
|
digest. This parameter may only be used when pulling an image.
|
||||||
- **fromSrc** – Source to import. The value may be a URL from which the image
|
- **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.
|
can be retrieved or `-` to read the image from the request body.
|
||||||
- **repo** – Repository name.
|
This parameter may only be used when importing an image.
|
||||||
- **tag** – Tag.
|
- **repo** – Repository name given to an image when it is imported.
|
||||||
- **registry** – The registry to pull from.
|
The repo may include a tag. This parameter may only be used when importing
|
||||||
|
an image.
|
||||||
|
- **tag** – Tag or digest.
|
||||||
|
|
||||||
Request Headers:
|
Request Headers:
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue