mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
update plugins in docs and correct things in index.md
Signed-off-by: allencloud <allen.sun@daocloud.io>
This commit is contained in:
parent
884a1c2263
commit
6d3e1d2fd2
2 changed files with 16 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -166,3 +166,17 @@ read the [`dockerd`](dockerd.md) reference page.
|
|||
| [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 |
|
||||
|
||||
### 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 |
|
||||
|
|
Loading…
Add table
Reference in a new issue