|
@@ -1530,6 +1530,7 @@ Query Parameters:
|
|
|
|
|
|
- **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.
|
|
|
+ The pull is cancelled if the HTTP connection is closed.
|
|
|
- **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.
|
|
|
This parameter may only be used when importing an image.
|
|
@@ -1755,6 +1756,8 @@ If you wish to push an image on to a private registry, that image must already h
|
|
|
into a repository which references that registry `hostname` and `port`. This repository name should
|
|
|
then be used in the URL. This duplicates the command line's flow.
|
|
|
|
|
|
+The push is cancelled if the HTTP connection is closed.
|
|
|
+
|
|
|
**Example request**:
|
|
|
|
|
|
POST /images/registry.acme.com:5000/test/push HTTP/1.1
|