From 7a89c43a5ef4ab8e73c59746812057c43671ece9 Mon Sep 17 00:00:00 2001 From: allencloud Date: Thu, 29 Dec 2016 18:46:51 +0800 Subject: [PATCH] update plugins in docs and correct things in index.md Signed-off-by: allencloud (cherry picked from commit 6d3e1d2fd29cfd7446ab62ac2f3ccb2b3e277ef2) Signed-off-by: Victor Vieux --- docs/reference/commandline/events.md | 2 +- docs/reference/commandline/index.md | 16 +++++++++++++++- 2 files changed, 16 insertions(+), 2 deletions(-) diff --git a/docs/reference/commandline/events.md b/docs/reference/commandline/events.md index 64c1536eaa..baa966d620 100644 --- a/docs/reference/commandline/events.md +++ b/docs/reference/commandline/events.md @@ -36,7 +36,7 @@ Docker images report the following events: delete, import, load, pull, push, save, tag, untag -Docker plugins(experimental) report the following events: +Docker plugins report the following events: install, enable, disable, remove diff --git a/docs/reference/commandline/index.md b/docs/reference/commandline/index.md index 996a18e04e..952fa09df1 100644 --- a/docs/reference/commandline/index.md +++ b/docs/reference/commandline/index.md @@ -161,4 +161,18 @@ read the [`dockerd`](dockerd.md) reference page. | [stack ls](stack_ls.md) | List stacks in the swarm | | [stack ps](stack_ps.md) | List the tasks in the stack | | [stack rm](stack_rm.md) | Remove the stack from the swarm | -| [stack services](stack_services.md) | List the services in the stack | \ No newline at end of file +| [stack services](stack_services.md) | List the services in the stack | + +### Plugin commands + +| Command | Description | +|:--------|:-------------------------------------------------------------------| +| [plugin create](plugin_create.md) | Create a plugin from a rootfs and configuration | +| [plugin disable](plugin_disable.md) | Disable a plugin | +| [plugin enbale](plugin_enable.md) | Enable a plugin | +| [plugin inspect](plugin_inspect.md) | Display detailed information on a plugin | +| [plugin install](plugin_install.md) | Install a plugin | +| [plugin ls](plugin_ls.md) | List plugins | +| [plugin push](plugin_push.md) | Push a plugin to a registry | +| [plugin rm](plugin_rm.md) | Remove a plugin | +| [plugin set](plugin_set.md) | Change settings for a plugin |