1
0
mirror of https://github.com/docker/cli.git synced 2026-01-06 05:41:44 +03:00

Update 'ID' field for 'docker plugin ls'

Signed-off-by: yuexiao-wang <wang.yuexiao@zte.com.cn>
This commit is contained in:
yuexiao-wang
2016-12-27 02:17:35 +08:00
committed by Tibor Vass
parent 7e5ce47599
commit fcb3a0e88b
5 changed files with 14 additions and 15 deletions

View File

@@ -36,8 +36,8 @@ and enabled:
```bash
$ docker plugin ls
NAME TAG DESCRIPTION ENABLED
tiborvass/no-remove latest A test plugin for Docker true
ID NAME TAG DESCRIPTION ENABLED
69553ca1d123 tiborvass/no-remove latest A test plugin for Docker true
```
To disable the plugin, use the following command:
@@ -49,8 +49,8 @@ tiborvass/no-remove
$ docker plugin ls
NAME TAG DESCRIPTION ENABLED
tiborvass/no-remove latest A test plugin for Docker false
ID NAME TAG DESCRIPTION ENABLED
69553ca1d123 tiborvass/no-remove latest A test plugin for Docker false
```
## Related information