Module pulumi_wasm_docker::get_plugin

source ·
Expand description

Reads the local Docker plugin. The plugin must be installed locally.

§Example Usage

§With alias

data “docker.Plugin” “by_alias” { alias = “sample-volume-plugin:latest” }

§With ID

data “docker.Plugin” “by_id” { id = “e9a9db917b3bfd6706b5d3a66d4bceb9f” }

Structs§

Functions§

  • Registers a new resource with the given unique name and arguments