diff --git a/docs/extend/config.md b/docs/extend/config.md index 91dd281475..31c785c8e5 100644 --- a/docs/extend/config.md +++ b/docs/extend/config.md @@ -5,7 +5,6 @@ aliases: [ title: "Plugin config" description: "How develop and use a plugin with the managed plugin system" keywords: "API, Usage, plugins, documentation, developer" -advisory: "experimental" --- +# plugin create + ```markdown Usage: docker plugin create [OPTIONS] reponame[:tag] PATH-TO-ROOTFS -create a plugin from the given PATH-TO-ROOTFS, which contains the plugin's root filesystem and the config file, config.json +Create a plugin from a rootfs and configuration Options: --compress Compress the context using gzip diff --git a/docs/reference/commandline/plugin_disable.md b/docs/reference/commandline/plugin_disable.md index 515fdec5cd..4e4412c01a 100644 --- a/docs/reference/commandline/plugin_disable.md +++ b/docs/reference/commandline/plugin_disable.md @@ -2,7 +2,6 @@ title: "plugin disable" description: "the plugin disable command description and usage" keywords: "plugin, disable" -advisory: "experimental" --- -# plugin disable (experimental) +# plugin disable ```markdown Usage: docker plugin disable PLUGIN diff --git a/docs/reference/commandline/plugin_enable.md b/docs/reference/commandline/plugin_enable.md index d23a6661c6..fdebf5b276 100644 --- a/docs/reference/commandline/plugin_enable.md +++ b/docs/reference/commandline/plugin_enable.md @@ -2,7 +2,6 @@ title: "plugin enable" description: "the plugin enable command description and usage" keywords: "plugin, enable" -advisory: "experimental" --- -# plugin enable (experimental) +# plugin enable ```markdown Usage: docker plugin enable PLUGIN diff --git a/docs/reference/commandline/plugin_inspect.md b/docs/reference/commandline/plugin_inspect.md index 4c81a65142..4ba484b513 100644 --- a/docs/reference/commandline/plugin_inspect.md +++ b/docs/reference/commandline/plugin_inspect.md @@ -2,7 +2,6 @@ title: "plugin inspect" description: "The plugin inspect command description and usage" keywords: "plugin, inspect" -advisory: "experimental" --- -# plugin inspect (experimental) +# plugin inspect ```markdown Usage: docker plugin inspect [OPTIONS] PLUGIN [PLUGIN...] diff --git a/docs/reference/commandline/plugin_install.md b/docs/reference/commandline/plugin_install.md index d3be530f1f..259a1d4444 100644 --- a/docs/reference/commandline/plugin_install.md +++ b/docs/reference/commandline/plugin_install.md @@ -2,7 +2,6 @@ title: "plugin install" description: "the plugin install command description and usage" keywords: "plugin, install" -advisory: "experimental" --- -# plugin install (experimental) +# plugin install ```markdown Usage: docker plugin install [OPTIONS] PLUGIN [KEY=VALUE...] diff --git a/docs/reference/commandline/plugin_ls.md b/docs/reference/commandline/plugin_ls.md index 3afae4f2de..bb2e0bbe53 100644 --- a/docs/reference/commandline/plugin_ls.md +++ b/docs/reference/commandline/plugin_ls.md @@ -2,7 +2,6 @@ title: "plugin ls" description: "The plugin ls command description and usage" keywords: "plugin, list" -advisory: "experimental" --- -# plugin ls (experimental) +# plugin ls ```markdown Usage: docker plugin ls [OPTIONS] diff --git a/docs/reference/commandline/plugin_rm.md b/docs/reference/commandline/plugin_rm.md index ff56ab8d57..29840455a9 100644 --- a/docs/reference/commandline/plugin_rm.md +++ b/docs/reference/commandline/plugin_rm.md @@ -2,7 +2,6 @@ title: "plugin rm" description: "the plugin rm command description and usage" keywords: "plugin, rm" -advisory: "experimental" --- -# plugin rm (experimental) +# plugin rm ```markdown Usage: docker plugin rm [OPTIONS] PLUGIN [PLUGIN...] diff --git a/docs/reference/commandline/plugin_set.md b/docs/reference/commandline/plugin_set.md index 36a24f2061..3873f47c76 100644 --- a/docs/reference/commandline/plugin_set.md +++ b/docs/reference/commandline/plugin_set.md @@ -2,7 +2,6 @@ title: "plugin set" description: "the plugin set command description and usage" keywords: "plugin, set" -advisory: "experimental" --- -# plugin set (experimental) +# plugin set ```markdown Usage: docker plugin set PLUGIN KEY=VALUE [KEY=VALUE...]