plugin_inspect
Get full attributes of an installed Docker plugin, including its Enabled state and Settings config keys, to check status before enabling or disabling, or to read exposed environment variables.
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 |