plugin_inspect
Retrieve full attributes of a Docker plugin to check its enabled state and read configuration keys before enabling, disabling, or configuring it.
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 full document (Id, Name, Enabled, Settings, Config)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes |