DockerBuildImage |
|
DockerCommitImage |
|
DockerExistingImage |
|
Dockerfile |
Creates a Dockerfile based on the provided instructions.
|
Dockerfile.AddFileInstruction |
Represents a ADD instruction.
|
Dockerfile.ArgInstruction |
Represents a ARG instruction.
|
Dockerfile.CommentInstruction |
Represents a comment instruction.
|
Dockerfile.CopyFile |
|
Dockerfile.CopyFileInstruction |
Represents a COPY instruction.
|
Dockerfile.DefaultCommandInstruction |
Represents a CMD instruction.
|
Dockerfile.EntryPointInstruction |
Represents a ENTRYPOINT instruction.
|
Dockerfile.EnvironmentVariableInstruction |
Represents a ENV instruction.
|
Dockerfile.ExposePortInstruction |
Represents a EXPOSE instruction.
|
Dockerfile.File |
|
Dockerfile.FileInstruction<T extends Dockerfile.File> |
An instruction whose value is a Dockerfile.File.
|
Dockerfile.From |
|
Dockerfile.FromInstruction |
Represents a FROM instruction.
|
Dockerfile.GenericInstruction |
An instruction that uses the provided value as-is without any additional formatting.
|
Dockerfile.LabelInstruction |
Represents a LABEL instruction.
|
Dockerfile.MapInstruction |
An instruction whose value is a Map.
|
Dockerfile.OnBuildInstruction |
Represents a ONBUILD instruction.
|
Dockerfile.RunCommandInstruction |
Represents a RUN instruction.
|
Dockerfile.StringArrayInstruction |
An instruction whose value is a String array.
|
Dockerfile.StringCommandInstruction |
An instruction whose value is a String.
|
Dockerfile.UserInstruction |
Represents a USER instruction.
|
Dockerfile.VolumeInstruction |
|
Dockerfile.WorkDirInstruction |
Represents a WORKDIR instruction.
|
DockerInspectImage |
|
DockerListImages |
|
DockerLoadImage |
|
DockerPullImage |
|
DockerPushImage |
|
DockerRemoveImage |
|
DockerSaveImage |
|
DockerTagImage |
|