push_plugin
Push a locally built or pulled Docker plugin image to a remote registry. Requires authentication and the plugin to exist locally.
Instructions
Push a locally built or pulled plugin image to a remote registry.
The daemon must already be authenticated with the target registry — call login first if
needed. name must include the registry host for any registry other than Docker Hub,
e.g. "registry.example.com/myplugin:1.0". The plugin must already exist locally
(installed via install_plugin or built externally with docker plugin create).
args: name - Plugin name including tag, e.g. "myorg/myplugin:latest" returns: dict - Push progress/status events returned by the daemon
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes |