Plugin Enable
Enables a previously installed Docker plugin that is currently in a disabled state. This operation activates the plugin's functionality, making it available for use by Docker containers and services. The plugin must already be installed on the system before it can be enabled. The endpoint accepts the plugin name as a path parameter and optionally supports a timeout query parameter to specify how long to wait for the plugin to start. Once enabled, the plugin will run and provide its intended c...