Signed-off-by: yuexiao-wang <wang.yuexiao@zte.com.cn>
| ... | ... |
@@ -69,8 +69,8 @@ enabled, and use it to create a volume. |
| 69 | 69 |
```bash |
| 70 | 70 |
$ docker plugin ls |
| 71 | 71 |
|
| 72 |
- NAME TAG ENABLED |
|
| 73 |
- vieux/sshfs latest true |
|
| 72 |
+ ID NAME TAG DESCRIPTION ENABLED |
|
| 73 |
+ 69553ca1d789 vieux/sshfs latest the `sshfs` plugin true |
|
| 74 | 74 |
``` |
| 75 | 75 |
|
| 76 | 76 |
3. Create a volume using the plugin. |
| ... | ... |
@@ -36,8 +36,8 @@ and enabled: |
| 36 | 36 |
```bash |
| 37 | 37 |
$ docker plugin ls |
| 38 | 38 |
|
| 39 |
-NAME TAG DESCRIPTION ENABLED |
|
| 40 |
-tiborvass/no-remove latest A test plugin for Docker true |
|
| 39 |
+ID NAME TAG DESCRIPTION ENABLED |
|
| 40 |
+69553ca1d123 tiborvass/no-remove latest A test plugin for Docker true |
|
| 41 | 41 |
``` |
| 42 | 42 |
|
| 43 | 43 |
To disable the plugin, use the following command: |
| ... | ... |
@@ -49,8 +49,8 @@ tiborvass/no-remove |
| 49 | 49 |
|
| 50 | 50 |
$ docker plugin ls |
| 51 | 51 |
|
| 52 |
-NAME TAG DESCRIPTION ENABLED |
|
| 53 |
-tiborvass/no-remove latest A test plugin for Docker false |
|
| 52 |
+ID NAME TAG DESCRIPTION ENABLED |
|
| 53 |
+69553ca1d123 tiborvass/no-remove latest A test plugin for Docker false |
|
| 54 | 54 |
``` |
| 55 | 55 |
|
| 56 | 56 |
## Related information |
| ... | ... |
@@ -35,8 +35,8 @@ but disabled: |
| 35 | 35 |
```bash |
| 36 | 36 |
$ docker plugin ls |
| 37 | 37 |
|
| 38 |
-NAME TAG DESCRIPTION ENABLED |
|
| 39 |
-tiborvass/no-remove latest A test plugin for Docker false |
|
| 38 |
+ID NAME TAG DESCRIPTION ENABLED |
|
| 39 |
+69553ca1d123 tiborvass/no-remove latest A test plugin for Docker false |
|
| 40 | 40 |
``` |
| 41 | 41 |
|
| 42 | 42 |
To enable the plugin, use the following command: |
| ... | ... |
@@ -48,8 +48,8 @@ tiborvass/no-remove |
| 48 | 48 |
|
| 49 | 49 |
$ docker plugin ls |
| 50 | 50 |
|
| 51 |
-NAME TAG DESCRIPTION ENABLED |
|
| 52 |
-tiborvass/no-remove latest A test plugin for Docker true |
|
| 51 |
+ID NAME TAG DESCRIPTION ENABLED |
|
| 52 |
+69553ca1d123 tiborvass/no-remove latest A test plugin for Docker true |
|
| 53 | 53 |
``` |
| 54 | 54 |
|
| 55 | 55 |
## Related information |
| ... | ... |
@@ -54,8 +54,8 @@ After the plugin is installed, it appears in the list of plugins: |
| 54 | 54 |
```bash |
| 55 | 55 |
$ docker plugin ls |
| 56 | 56 |
|
| 57 |
-NAME TAG DESCRIPTION ENABLED |
|
| 58 |
-tiborvass/no-remove latest A test plugin for Docker true |
|
| 57 |
+ID NAME TAG DESCRIPTION ENABLED |
|
| 58 |
+69553ca1d123 tiborvass/no-remove latest A test plugin for Docker true |
|
| 59 | 59 |
``` |
| 60 | 60 |
|
| 61 | 61 |
## Related information |
| ... | ... |
@@ -32,9 +32,8 @@ The following example shows how to push a sample `user/plugin`. |
| 32 | 32 |
```bash |
| 33 | 33 |
|
| 34 | 34 |
$ docker plugin ls |
| 35 |
-NAME TAG DESCRIPTION ENABLED |
|
| 36 |
-user/plugin latest A sample plugin for Docker false |
|
| 37 |
- |
|
| 35 |
+ID NAME TAG DESCRIPTION ENABLED |
|
| 36 |
+69553ca1d456 user/plugin latest A sample plugin for Docker false |
|
| 38 | 37 |
$ docker plugin push user/plugin |
| 39 | 38 |
``` |
| 40 | 39 |
|