Signed-off-by: allencloud <allen.sun@daocloud.io>
| ... | ... |
@@ -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 | |