mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Merge pull request #32951 from wsong/patch-2
Add a proper type to the Source field in Mount
This commit is contained in:
commit
118d4ee123
1 changed files with 1 additions and 0 deletions
|
@ -231,6 +231,7 @@ definitions:
|
|||
type: "string"
|
||||
Source:
|
||||
description: "Mount source (e.g. a volume name, a host path)."
|
||||
type: "string"
|
||||
Type:
|
||||
description: |
|
||||
The mount type. Available types:
|
||||
|
|
Loading…
Add table
Reference in a new issue