소스 검색

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
                 $ref: "#/definitions/ContainerState"
               Image:
-                description: "The container's image"
+                description: "The container's image ID"
                 type: "string"
               ResolvConfPath:
                 type: "string"