Class ImageRegistry
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 class ImageRegistry : ResourceArgs
Properties
View SourcePassword
Password for login to the target Docker registry.
Declaration
public Input<string> Password { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Server
Docker registry server URL to push to. Some common values include:
Declaration
public Input<string> Server { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Username
Username for login to the target Docker registry.
Declaration
public Input<string> Username { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |