Browse code

Merge pull request #30094 from miaoyq/complete-opt-for-plugin-install

Complete the options for 'docker plugin install'
(cherry picked from commit 8c7651998fcb41a73480f90aebe3ffadcb020d02)

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>

Sebastiaan van Stijn authored on 2017/01/17 22:40:31
Showing 1 changed files
... ...
@@ -23,6 +23,7 @@ Install a plugin
23 23
 Options:
24 24
       --alias string            Local name for plugin
25 25
       --disable                 Do not enable the plugin on install
26
+      --disable-content-trust   Skip image verification (default true)
26 27
       --grant-all-permissions   Grant all permissions necessary to run the plugin
27 28
       --help                    Print usage
28 29
 ```