1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00

Merge pull request #39700 from rindeal/patch-1

Document `message` parameter to `/images/create`
This commit is contained in:
Brian Goff 2020-01-02 10:24:57 -08:00 committed by GitHub
commit a874c42eda
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6667,6 +6667,10 @@ paths:
in: "query"
description: "Tag or digest. If empty when pulling an image, this causes all tags for the given image to be pulled."
type: "string"
- name: "message"
in: "query"
description: "Set commit message for imported image."
type: "string"
- name: "inputImage"
in: "body"
description: "Image content if the value `-` has been specified in fromSrc query parameter"