mirror of
https://github.com/moby/moby.git
synced 2026-08-04 07:00:53 +00:00
Command name should be a H1
Only Description, Examples, and Related Commands should be H2
Changed 'Related information' heading to 'Related commands' since 99% it is only linking commands
Added some examples where relevant
Signed-off-by: Misty Stanley-Jones <misty@docker.com>
(cherry picked from commit 52df69f00d)
1.4 KiB
1.4 KiB
title, description, keywords
| title | description | keywords |
|---|---|---|
| plugin ls | The plugin ls command description and usage | plugin, list |
plugin ls
Usage: docker plugin ls [OPTIONS]
List plugins
Aliases:
ls, list
Options:
--help Print usage
--no-trunc Don't truncate output
Description
Lists all the plugins that are currently installed. You can install plugins
using the docker plugin install command.
Examples
$ docker plugin ls
ID NAME TAG DESCRIPTION ENABLED
69553ca1d123 tiborvass/sample-volume-plugin latest A test plugin for Docker true