mirror of https://github.com/docker/docs.git
22 lines
653 B
YAML
22 lines
653 B
YAML
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
|
|
```
|
|
|