Plugin
Manages the lifecycle of a Docker plugin.
Import
#!/bin/bash
$ pulumi import docker:index/plugin:Plugin sample-volume-plugin "$(docker plugin inspect -f {{.ID}} tiborvass/sample-volume-plugin:latest)"
Content copied to clipboard
Properties
Link copied to clipboard
HTTP client timeout to enable the plugin
Link copied to clipboard
If true, then the plugin is destroyed forcibly
Link copied to clipboard
If true, then the plugin is disabled forcibly
Link copied to clipboard
If true, grant all permissions necessary to run the plugin
Link copied to clipboard
Grant specific permissions only
Link copied to clipboard
Docker Plugin Reference
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard