mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Add missing "tag" parameter to tag API
Closes #4877 Signed-off-by: Doug Davis <dug@us.ibm.com>
This commit is contained in:
parent
1b6da6a6fe
commit
ee0b64f7a7
16 changed files with 32 additions and 16 deletions
|
@ -797,7 +797,7 @@ Tag the image `name` into a repository
|
|||
|
||||
**Example request**:
|
||||
|
||||
POST /images/test/tag?repo=myrepo&force=0 HTTP/1.1
|
||||
POST /images/test/tag?repo=myrepo&force=0&tag=v42 HTTP/1.1
|
||||
|
||||
**Example response**:
|
||||
|
||||
|
@ -807,6 +807,7 @@ Query Parameters:
|
|||
|
||||
- **repo** – The repository to tag in
|
||||
- **force** – 1/True/true or 0/False/false, default false
|
||||
- **tag** - The new tag name
|
||||
|
||||
Status Codes:
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue