mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Merge pull request #30094 from miaoyq/complete-opt-for-plugin-install
Complete the options for 'docker plugin install'
This commit is contained in:
commit
8c7651998f
1 changed files with 1 additions and 0 deletions
|
@ -23,6 +23,7 @@ Install a plugin
|
||||||
Options:
|
Options:
|
||||||
--alias string Local name for plugin
|
--alias string Local name for plugin
|
||||||
--disable Do not enable the plugin on install
|
--disable Do not enable the plugin on install
|
||||||
|
--disable-content-trust Skip image verification (default true)
|
||||||
--grant-all-permissions Grant all permissions necessary to run the plugin
|
--grant-all-permissions Grant all permissions necessary to run the plugin
|
||||||
--help Print usage
|
--help Print usage
|
||||||
```
|
```
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue