summaryrefslogtreecommitdiff
path: root/docs/sources/reference/api/docker_remote_api_v1.5.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/sources/reference/api/docker_remote_api_v1.5.md')
-rw-r--r--docs/sources/reference/api/docker_remote_api_v1.5.md13
1 files changed, 7 insertions, 6 deletions
diff --git a/docs/sources/reference/api/docker_remote_api_v1.5.md b/docs/sources/reference/api/docker_remote_api_v1.5.md
index 33c1aeca1e..5b04957894 100644
--- a/docs/sources/reference/api/docker_remote_api_v1.5.md
+++ b/docs/sources/reference/api/docker_remote_api_v1.5.md
@@ -686,6 +686,13 @@ Insert a file from `url` in the image `name` at `path`
{"error":"Invalid..."}
...
+ Query Parameters:
+
+
+
+ - **url** – The url from where the file is taken
+ - **path** – The path where the file is stored
+
Status Codes:
- **200** – no error
@@ -798,12 +805,6 @@ Push the image `name` on the registry
The `X-Registry-Auth` header can be used to
include a base64-encoded AuthConfig object.
- Query Parameters:
-
-  
-
- - **registry** – the registry you wan to push, optional
-
Status Codes:
- **200** – no error