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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user