DockerProvider

class DockerProvider : KotlinProviderResource

The provider type for the docker package. By default, resources use package-wide configuration settings, however an explicit Provider instance may be created and passed during resource construction to achieve fine-grained programmatic control over provider settings. See the documentation for more information.

Properties

Link copied to clipboard
val caMaterial: Output<String>?

PEM-encoded content of Docker host CA certificate

Link copied to clipboard
val certMaterial: Output<String>?

PEM-encoded content of Docker client certificate

Link copied to clipboard
val certPath: Output<String>?

Path to directory with Docker TLS config

Link copied to clipboard
val context: Output<String>?

The name of the Docker context to use. Can also be set via DOCKER_CONTEXT environment variable. Overrides the host if set.

Link copied to clipboard
val host: Output<String>?

The Docker daemon address

Link copied to clipboard
val keyMaterial: Output<String>?

PEM-encoded content of Docker client private key

Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val urn: Output<String>