Plugin Pull

This API operation allows you to pull or download a Docker plugin from a registry to the local Docker host. The POST request to the /plugins/pull endpoint initiates the plugin installation process by fetching the specified plugin and its layers from the configured registry, similar to how Docker images are pulled. You can specify the plugin name and optional parameters such as the remote reference or registry authentication credentials. The operation is asynchronous and typically returns prog...