Browse code

update plugins in docs and correct things in index.md

Signed-off-by: allencloud <allen.sun@daocloud.io>
(cherry picked from commit 6d3e1d2fd29cfd7446ab62ac2f3ccb2b3e277ef2)
Signed-off-by: Victor Vieux <vieux@docker.com>

allencloud authored on 2016/12/29 19:46:51
Showing 2 changed files
... ...
@@ -36,7 +36,7 @@ Docker images report the following events:
36 36
 
37 37
     delete, import, load, pull, push, save, tag, untag
38 38
 
39
-Docker plugins(experimental) report the following events:
39
+Docker plugins report the following events:
40 40
 
41 41
     install, enable, disable, remove
42 42
 
... ...
@@ -161,4 +161,18 @@ read the [`dockerd`](dockerd.md) reference page.
161 161
 | [stack ls](stack_ls.md) | List stacks in the swarm                           |
162 162
 | [stack ps](stack_ps.md) | List the tasks in the stack                        |
163 163
 | [stack rm](stack_rm.md) | Remove the stack from the swarm                    |
164
-| [stack services](stack_services.md) | List the services in the stack         |
165 164
\ No newline at end of file
165
+| [stack services](stack_services.md) | List the services in the stack         |
166
+
167
+### Plugin commands
168
+
169
+| Command | Description                                                        |
170
+|:--------|:-------------------------------------------------------------------|
171
+| [plugin create](plugin_create.md) | Create a plugin from a rootfs and configuration |
172
+| [plugin disable](plugin_disable.md) | Disable a plugin                       |
173
+| [plugin enbale](plugin_enable.md)  | Enable a plugin                         |
174
+| [plugin inspect](plugin_inspect.md) | Display detailed information on a plugin |
175
+| [plugin install](plugin_install.md) | Install a plugin                       |
176
+| [plugin ls](plugin_ls.md) | List plugins                                     |
177
+| [plugin push](plugin_push.md) | Push a plugin to a registry                  |
178
+| [plugin rm](plugin_rm.md) | Remove a plugin                                  |
179
+| [plugin set](plugin_set.md)  | Change settings for a plugin                  |