Complete the document content
(cherry picked from commit 5374d53322abd6a5b2ebb34b7422abc26d1b5eb3)
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
| ... | ... |
@@ -41,8 +41,9 @@ $ ls -ls /home/pluginDir |
| 41 | 41 |
$ docker plugin create plugin /home/pluginDir |
| 42 | 42 |
plugin |
| 43 | 43 |
|
| 44 |
-NAME TAG DESCRIPTION ENABLED |
|
| 45 |
-plugin latest A sample plugin for Docker true |
|
| 44 |
+$ docker plugin ls |
|
| 45 |
+ID NAME TAG DESCRIPTION ENABLED |
|
| 46 |
+672d8144ec02 plugin latest A sample plugin for Docker false |
|
| 46 | 47 |
``` |
| 47 | 48 |
|
| 48 | 49 |
The plugin can subsequently be enabled for local use or pushed to the public registry. |