mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Correct type of Mounts in ContainerSummary
Changed the type of ContainerSummary.Mounts from Mount to MountPoint in the Swagger Spec. Signed-off-by: Michael Weidmann <michaelweidmann@web.de>
This commit is contained in:
parent
a7e27dd1a8
commit
ed843fe42f
1 changed files with 1 additions and 1 deletions
|
@ -4238,7 +4238,7 @@ definitions:
|
||||||
Mounts:
|
Mounts:
|
||||||
type: "array"
|
type: "array"
|
||||||
items:
|
items:
|
||||||
$ref: "#/definitions/Mount"
|
$ref: "#/definitions/MountPoint"
|
||||||
|
|
||||||
Driver:
|
Driver:
|
||||||
description: "Driver represents a driver (network, logging, secrets)."
|
description: "Driver represents a driver (network, logging, secrets)."
|
||||||
|
|
Loading…
Add table
Reference in a new issue