mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Merge pull request #32894 from davidxia/patch1
[docs] Add missing Name field to NetworkContainer object
This commit is contained in:
commit
6d7ae1fa0b
1 changed files with 2 additions and 0 deletions
|
@ -1195,6 +1195,8 @@ definitions:
|
|||
NetworkContainer:
|
||||
type: "object"
|
||||
properties:
|
||||
Name:
|
||||
type: "string"
|
||||
EndpointID:
|
||||
type: "string"
|
||||
MacAddress:
|
||||
|
|
Loading…
Add table
Reference in a new issue