plugin_inspect
Inspect a Docker plugin to retrieve its attributes, including Enabled state and Settings (Env config keys). Use before enabling, disabling, or configuring a plugin.
Instructions
Return the full attrs for a single installed plugin.
Use this to check a plugin's Enabled state before calling plugin_enable /
plugin_disable, or to read the config keys it exposes under Settings.Env before
calling plugin_configure. For the set of all installed plugins use plugin_list.
args: name - Plugin name, e.g. "vieux/sshfs:latest"
returns: dict - The plugin's attrs, including Enabled and Settings
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes |