Merge pull request #35946 from joelwurtz/patch-2
Fix Volumes property definition in ContainerConfig Upstream-commit: 40a9d5d24cda0d938f3c41dceef41b97b6b4e847 Component: engine
This commit is contained in:
@ -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"
|
||||
|
||||
Reference in New Issue
Block a user