|
@@ -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
|