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,12 +842,11 @@ definitions:
|
|||
Volumes:
|
||||
description: "An object mapping mount point paths inside the container to empty objects."
|
||||
type: "object"
|
||||
properties:
|
||||
additionalProperties:
|
||||
type: "object"
|
||||
enum:
|
||||
- {}
|
||||
default: {}
|
||||
additionalProperties:
|
||||
type: "object"
|
||||
enum:
|
||||
- {}
|
||||
default: {}
|
||||
WorkingDir:
|
||||
description: "The working directory for commands to run in."
|
||||
type: "string"
|
||||
|
|
Loading…
Add table
Reference in a new issue