plugin_list
List installed Docker engine plugins and their attributes (ID, name, enabled state, settings, config).
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 | |||