DockerBuildArg Class

Definition

Represents a name/value pair, used to satisfy the docker builder --build-arg <NAME>[=<VALUE>] command switch. For more information, see .

public sealed class DockerBuildArg
type DockerBuildArg = class
Public NotInheritable Class DockerBuildArg
Inheritance
DockerBuildArg

Constructors

DockerBuildArg(String, Object)

Represents a name/value pair, used to satisfy the docker builder --build-arg <NAME>[=<VALUE>] command switch. For more information, see .

Properties

Name

Gets or initializes the name part of the docker builder --build-arg <NAME>[=<VALUE>].

Value

Gets or initializes the value part of the docker builder --build-arg <NAME>[=<VALUE>].

Applies to