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 SourceCaMaterial
PEM-encoded content of Docker host CA certificate
Declaration
public static string CaMaterial { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
CertMaterial
PEM-encoded content of Docker client certificate
Declaration
public static string CertMaterial { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
CertPath
Path to directory with Docker TLS config
Declaration
public static string CertPath { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Host
The Docker daemon address
Declaration
public static string Host { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
KeyMaterial
PEM-encoded content of Docker client private key
Declaration
public static string KeyMaterial { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
RegistryAuth
Declaration
public static ImmutableArray<Config.Types.RegistryAuth> RegistryAuth { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<Config.Types.RegistryAuth> |