Przeglądaj źródła

Merge pull request #26575 from anusha-ragunathan/update_plugin_docs

Update plugin install docs with registry specifics.
Anusha Ragunathan 8 lat temu
rodzic
commit
e482d4ee71
1 zmienionych plików z 2 dodań i 1 usunięć
  1. 2 1
      docs/reference/commandline/plugin_install.md

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

@@ -24,7 +24,8 @@ Options:
 
 
 Installs and enables a plugin. Docker looks first for the plugin on your Docker
 Installs and enables a plugin. Docker looks first for the plugin on your Docker
 host. If the plugin does not exist locally, then the plugin is pulled from
 host. If the plugin does not exist locally, then the plugin is pulled from
-Docker Hub.
+the registry. Note that the minimum required registry version to distribute
+plugins is 2.3.0
 
 
 
 
 The following example installs `no-remove` plugin. Install consists of pulling the
 The following example installs `no-remove` plugin. Install consists of pulling the