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

Merge pull request #40794 from edigaryev/api-clarify-image-field

swagger: clarify the meaning of Image field in ContainerInspect endpoint
This commit is contained in:
Brian Goff 2020-04-09 12:03:53 -07:00 committed by GitHub
commit 40356083c0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5086,7 +5086,7 @@ paths:
x-nullable: true
$ref: "#/definitions/ContainerState"
Image:
description: "The container's image"
description: "The container's image ID"
type: "string"
ResolvConfPath:
type: "string"