1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00

add description in docker plugin ls

Signed-off-by: Victor Vieux <vieux@docker.com>
This commit is contained in:
Victor Vieux 2016-08-09 15:44:54 -07:00
parent eb28dde01f
commit 16d5fbfd9a
5 changed files with 36 additions and 17 deletions

View file

@ -30,8 +30,8 @@ but disabled ("inactive"):
```bash
$ docker plugin ls
NAME VERSION ACTIVE
tiborvass/no-remove latest false
NAME TAG DESCRIPTION ACTIVE
tiborvass/no-remove latest A test plugin for Docker false
```
To enable the plugin, use the following command:
@ -47,8 +47,8 @@ After the plugin is enabled, it appears as "active" in the list of plugins:
```bash
$ docker plugin ls
NAME VERSION ACTIVE
tiborvass/no-remove latest true
NAME TAG DESCRIPTION ACTIVE
tiborvass/no-remove latest A test plugin for Docker true
```
## Related information