Skip to content

Commit

Permalink
Update 'ID' field for 'docker plugin ls'
Browse files Browse the repository at this point in the history
Signed-off-by: yuexiao-wang <wang.yuexiao@zte.com.cn>
  • Loading branch information
yuexiao-wang committed Dec 26, 2016
1 parent 7d8a9b9 commit 1e6587f
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 15 deletions.
4 changes: 2 additions & 2 deletions docs/extend/index.md
Expand Up @@ -69,8 +69,8 @@ enabled, and use it to create a volume.
```bash
$ docker plugin ls

NAME TAG ENABLED
vieux/sshfs latest true
ID NAME TAG DESCRIPTION ENABLED
69553ca1d789 vieux/sshfs latest the `sshfs` plugin true
```

3. Create a volume using the plugin.
Expand Down
8 changes: 4 additions & 4 deletions docs/reference/commandline/plugin_disable.md
Expand Up @@ -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:
Expand All @@ -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
Expand Down
8 changes: 4 additions & 4 deletions docs/reference/commandline/plugin_enable.md
Expand Up @@ -35,8 +35,8 @@ but disabled:
```bash
$ 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
```

To enable the plugin, use the following command:
Expand All @@ -48,8 +48,8 @@ tiborvass/no-remove

$ 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
```

## Related information
Expand Down
4 changes: 2 additions & 2 deletions docs/reference/commandline/plugin_install.md
Expand Up @@ -54,8 +54,8 @@ After the plugin is installed, it appears in the list of plugins:
```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
```

## Related information
Expand Down
5 changes: 2 additions & 3 deletions docs/reference/commandline/plugin_push.md
Expand Up @@ -32,9 +32,8 @@ The following example shows how to push a sample `user/plugin`.
```bash

$ docker plugin ls
NAME TAG DESCRIPTION ENABLED
user/plugin latest A sample plugin for Docker false

ID NAME TAG DESCRIPTION ENABLED
69553ca1d456 user/plugin latest A sample plugin for Docker false
$ docker plugin push user/plugin
```

Expand Down

0 comments on commit 1e6587f

Please sign in to comment.