command: docker plugin ls aliases: list short: List plugins long: |- Lists all the plugins that are currently installed. You can install plugins using the [`docker plugin install`](plugin_install.md) command. usage: docker plugin ls [OPTIONS] pname: docker plugin plink: docker_plugin.yaml options: - option: no-trunc default_value: "false" description: Don't truncate output examples: |- ```bash $ docker plugin ls ID NAME TAG DESCRIPTION ENABLED 69553ca1d123 tiborvass/sample-volume-plugin latest A test plugin for Docker true ```