Show / Hide Table of Contents

Class Config

Inheritance
System.Object
Config
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Docker
Assembly: Pulumi.Docker.dll
Syntax
public static class Config

Properties

View Source

CaMaterial

PEM-encoded content of Docker host CA certificate

Declaration
public static string CaMaterial { get; set; }
Property Value
Type Description
System.String
View Source

CertMaterial

PEM-encoded content of Docker client certificate

Declaration
public static string CertMaterial { get; set; }
Property Value
Type Description
System.String
View Source

CertPath

Path to directory with Docker TLS config

Declaration
public static string CertPath { get; set; }
Property Value
Type Description
System.String
View Source

Host

The Docker daemon address

Declaration
public static string Host { get; set; }
Property Value
Type Description
System.String
View Source

KeyMaterial

PEM-encoded content of Docker client private key

Declaration
public static string KeyMaterial { get; set; }
Property Value
Type Description
System.String
View Source

RegistryAuth

Declaration
public static ImmutableArray<Config.Types.RegistryAuth> RegistryAuth { get; set; }
Property Value
Type Description
System.Collections.Immutable.ImmutableArray<Config.Types.RegistryAuth>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.