Browse Source

Complete the options for 'docker plugin install'

Signed-off-by: Yanqiang Miao <miao.yanqiang@zte.com.cn>
Yanqiang Miao 8 years ago
parent
commit
04b007873c
1 changed files with 1 additions and 0 deletions
  1. 1 0
      docs/reference/commandline/plugin_install.md

+ 1 - 0
docs/reference/commandline/plugin_install.md

@@ -23,6 +23,7 @@ Install a plugin
 Options:
       --alias string            Local name for plugin
       --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
       --help                    Print usage
 ```