plugin_install
Installs a Docker plugin from Docker Hub using a remote reference like author/name:tag. Optionally assigns a local alias to the plugin.
Instructions
Install a plugin from Docker Hub.
remote is a Docker Hub reference in author/name:tag form, e.g.
vieux/sshfs:latest. The daemon handles permission grants non-interactively.
After installation use plugin_inspect to confirm the plugin's enabled state, then call
plugin_enable to activate it if needed, and optionally plugin_configure first if
it requires settings. Use plugin_list to list all plugins, or plugin_remove to
uninstall.
args: remote - Docker Hub plugin reference, e.g. "vieux/sshfs:latest" local_name - Alias to refer to the plugin locally; defaults to remote returns: dict - The installed plugin's attrs
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| remote | Yes | ||
| local_name | No |