Browse code

update plugins in docs and correct things in index.md

Signed-off-by: allencloud <allen.sun@daocloud.io>

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
 
... ...
@@ -165,4 +165,18 @@ read the [`dockerd`](dockerd.md) reference page.
165 165
 | [stack ls](stack_ls.md) | List stacks in the swarm                           |
166 166
 | [stack ps](stack_ps.md) | List the tasks in the stack                        |
167 167
 | [stack rm](stack_rm.md) | Remove the stack from the swarm                    |
168
-| [stack services](stack_services.md) | List the services in the stack         |
169 168
\ No newline at end of file
169
+| [stack services](stack_services.md) | List the services in the stack         |
170
+
171
+### Plugin commands
172
+
173
+| Command | Description                                                        |
174
+|:--------|:-------------------------------------------------------------------|
175
+| [plugin create](plugin_create.md) | Create a plugin from a rootfs and configuration |
176
+| [plugin disable](plugin_disable.md) | Disable a plugin                       |
177
+| [plugin enbale](plugin_enable.md)  | Enable a plugin                         |
178
+| [plugin inspect](plugin_inspect.md) | Display detailed information on a plugin |
179
+| [plugin install](plugin_install.md) | Install a plugin                       |
180
+| [plugin ls](plugin_ls.md) | List plugins                                     |
181
+| [plugin push](plugin_push.md) | Push a plugin to a registry                  |
182
+| [plugin rm](plugin_rm.md) | Remove a plugin                                  |
183
+| [plugin set](plugin_set.md)  | Change settings for a plugin                  |