mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Merge pull request #35946 from joelwurtz/patch-2
Fix Volumes property definition in ContainerConfig
This commit is contained in:
commit
40a9d5d24c
1 changed files with 5 additions and 6 deletions
|
@ -842,7 +842,6 @@ definitions:
|
|||
Volumes:
|
||||
description: "An object mapping mount point paths inside the container to empty objects."
|
||||
type: "object"
|
||||
properties:
|
||||
additionalProperties:
|
||||
type: "object"
|
||||
enum:
|
||||
|
|
Loading…
Reference in a new issue