mirror of https://github.com/docker/cli.git
Update 'ID' field for 'docker plugin ls'
Signed-off-by: yuexiao-wang <wang.yuexiao@zte.com.cn>
This commit is contained in:
parent
7e5ce47599
commit
fcb3a0e88b
|
@ -69,8 +69,8 @@ enabled, and use it to create a volume.
|
||||||
```bash
|
```bash
|
||||||
$ docker plugin ls
|
$ docker plugin ls
|
||||||
|
|
||||||
NAME TAG ENABLED
|
ID NAME TAG DESCRIPTION ENABLED
|
||||||
vieux/sshfs latest true
|
69553ca1d789 vieux/sshfs latest the `sshfs` plugin true
|
||||||
```
|
```
|
||||||
|
|
||||||
3. Create a volume using the plugin.
|
3. Create a volume using the plugin.
|
||||||
|
|
|
@ -36,8 +36,8 @@ and enabled:
|
||||||
```bash
|
```bash
|
||||||
$ docker plugin ls
|
$ docker plugin ls
|
||||||
|
|
||||||
NAME TAG DESCRIPTION ENABLED
|
ID NAME TAG DESCRIPTION ENABLED
|
||||||
tiborvass/no-remove latest A test plugin for Docker true
|
69553ca1d123 tiborvass/no-remove latest A test plugin for Docker true
|
||||||
```
|
```
|
||||||
|
|
||||||
To disable the plugin, use the following command:
|
To disable the plugin, use the following command:
|
||||||
|
@ -49,8 +49,8 @@ tiborvass/no-remove
|
||||||
|
|
||||||
$ docker plugin ls
|
$ docker plugin ls
|
||||||
|
|
||||||
NAME TAG DESCRIPTION ENABLED
|
ID NAME TAG DESCRIPTION ENABLED
|
||||||
tiborvass/no-remove latest A test plugin for Docker false
|
69553ca1d123 tiborvass/no-remove latest A test plugin for Docker false
|
||||||
```
|
```
|
||||||
|
|
||||||
## Related information
|
## Related information
|
||||||
|
|
|
@ -35,8 +35,8 @@ but disabled:
|
||||||
```bash
|
```bash
|
||||||
$ docker plugin ls
|
$ docker plugin ls
|
||||||
|
|
||||||
NAME TAG DESCRIPTION ENABLED
|
ID NAME TAG DESCRIPTION ENABLED
|
||||||
tiborvass/no-remove latest A test plugin for Docker false
|
69553ca1d123 tiborvass/no-remove latest A test plugin for Docker false
|
||||||
```
|
```
|
||||||
|
|
||||||
To enable the plugin, use the following command:
|
To enable the plugin, use the following command:
|
||||||
|
@ -48,8 +48,8 @@ tiborvass/no-remove
|
||||||
|
|
||||||
$ docker plugin ls
|
$ docker plugin ls
|
||||||
|
|
||||||
NAME TAG DESCRIPTION ENABLED
|
ID NAME TAG DESCRIPTION ENABLED
|
||||||
tiborvass/no-remove latest A test plugin for Docker true
|
69553ca1d123 tiborvass/no-remove latest A test plugin for Docker true
|
||||||
```
|
```
|
||||||
|
|
||||||
## Related information
|
## Related information
|
||||||
|
|
|
@ -54,8 +54,8 @@ After the plugin is installed, it appears in the list of plugins:
|
||||||
```bash
|
```bash
|
||||||
$ docker plugin ls
|
$ docker plugin ls
|
||||||
|
|
||||||
NAME TAG DESCRIPTION ENABLED
|
ID NAME TAG DESCRIPTION ENABLED
|
||||||
tiborvass/no-remove latest A test plugin for Docker true
|
69553ca1d123 tiborvass/no-remove latest A test plugin for Docker true
|
||||||
```
|
```
|
||||||
|
|
||||||
## Related information
|
## Related information
|
||||||
|
|
|
@ -32,9 +32,8 @@ The following example shows how to push a sample `user/plugin`.
|
||||||
```bash
|
```bash
|
||||||
|
|
||||||
$ docker plugin ls
|
$ docker plugin ls
|
||||||
NAME TAG DESCRIPTION ENABLED
|
ID NAME TAG DESCRIPTION ENABLED
|
||||||
user/plugin latest A sample plugin for Docker false
|
69553ca1d456 user/plugin latest A sample plugin for Docker false
|
||||||
|
|
||||||
$ docker plugin push user/plugin
|
$ docker plugin push user/plugin
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue