install_plugin
Install a plugin from Docker Hub using a remote reference like author/name:tag. Optionally assign a local alias.
Instructions
Install a plugin from Docker Hub.
remote_name 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 get_plugin to confirm the plugin's enabled state, then call
enable_plugin to activate it if needed, and optionally configure_plugin first if
it requires settings. Use list_plugins to list all plugins, or remove_plugin to
uninstall.
args: remote_name - Docker Hub plugin reference, e.g. "vieux/sshfs:latest" local_name - Alias to refer to the plugin locally; defaults to remote_name returns: dict - The installed plugin's attrs
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| local_name | No | ||
| remote_name | Yes |