浏览代码

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

swagger: clarify the meaning of Image field in ContainerInspect endpoint
Brian Goff 5 年之前
父节点
当前提交
40356083c0
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      api/swagger.yaml

+ 1 - 1
api/swagger.yaml

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