docs: remove unused "registry" parameter
The "registry" query-param was in added10c0e99037
, and removed in docker 0.5.0 via66a9d06d9f
. Aparently, it was never removed from the documentation, and included in all versions of the API docs. This removes it from the documentation. Signed-off-by: Sebastiaan van Stijn <github@gone.nl> (cherry picked from commite035a86c1d
) Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
parent
6bbe5722aa
commit
ce9bc253f6
7 changed files with 0 additions and 7 deletions
|
@ -844,7 +844,6 @@ Query Parameters:
|
|||
- **fromSrc** – source to import, - means stdin
|
||||
- **repo** – repository
|
||||
- **tag** – tag
|
||||
- **registry** – the registry to pull from
|
||||
|
||||
Request Headers:
|
||||
|
||||
|
|
|
@ -994,7 +994,6 @@ Query Parameters:
|
|||
can be retrieved or `-` to read the image from the request body.
|
||||
- **repo** – repository
|
||||
- **tag** – tag
|
||||
- **registry** – the registry to pull from
|
||||
|
||||
Request Headers:
|
||||
|
||||
|
|
|
@ -942,7 +942,6 @@ Query Parameters:
|
|||
can be retrieved or `-` to read the image from the request body.
|
||||
- **repo** – repository
|
||||
- **tag** – tag
|
||||
- **registry** – the registry to pull from
|
||||
|
||||
Request Headers:
|
||||
|
||||
|
|
|
@ -1155,7 +1155,6 @@ Query Parameters:
|
|||
can be retrieved or `-` to read the image from the request body.
|
||||
- **repo** – repository
|
||||
- **tag** – tag
|
||||
- **registry** – the registry to pull from
|
||||
|
||||
Request Headers:
|
||||
|
||||
|
|
|
@ -1252,7 +1252,6 @@ Query Parameters:
|
|||
can be retrieved or `-` to read the image from the request body.
|
||||
- **repo** – repository
|
||||
- **tag** – tag
|
||||
- **registry** – the registry to pull from
|
||||
|
||||
Request Headers:
|
||||
|
||||
|
|
|
@ -1301,7 +1301,6 @@ Query Parameters:
|
|||
can be retrieved or `-` to read the image from the request body.
|
||||
- **repo** – Repository name.
|
||||
- **tag** – Tag.
|
||||
- **registry** – The registry to pull from.
|
||||
|
||||
Request Headers:
|
||||
|
||||
|
|
|
@ -1443,7 +1443,6 @@ Query Parameters:
|
|||
can be retrieved or `-` to read the image from the request body.
|
||||
- **repo** – Repository name.
|
||||
- **tag** – Tag.
|
||||
- **registry** – The registry to pull from.
|
||||
|
||||
Request Headers:
|
||||
|
||||
|
|
Loading…
Reference in a new issue