plugin_list
List installed Docker engine plugins (volume/network/logging) with their attributes. Find exact plugin names and states for inspection or management.
Instructions
List installed engine plugins with their full attrs.
Covers managed engine plugins (volume/network/logging drivers installed via plugin_install)
— not docker CLI plugins such as compose, buildx, or scout. Use it to find exact plugin names
for plugin_inspect/plugin_enable/plugin_disable/plugin_remove; the Enabled key shows
each plugin's state.
returns: list - One attrs dict per installed plugin (Id, Name, Enabled, Settings, Config)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||