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:
commit
40356083c0
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue