mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Merge pull request #29320 from lixiaobing10051267/masterExtendConfig
replace env description with args in extend config
This commit is contained in:
commit
9f92818afe
1 changed files with 2 additions and 2 deletions
|
@ -137,11 +137,11 @@ Config provides the base accessible fields for working with V0 plugin format
|
|||
|
||||
- **`name`** *string*
|
||||
|
||||
name of the env.
|
||||
name of the args.
|
||||
|
||||
- **`description`** *string*
|
||||
|
||||
description of the env.
|
||||
description of the args.
|
||||
|
||||
- **`value`** *string array*
|
||||
|
||||
|
|
Loading…
Reference in a new issue