Class Dockerfile.VolumeInstruction

java.lang.Object
com.bmuschko.gradle.docker.tasks.image.Dockerfile.StringArrayInstruction
com.bmuschko.gradle.docker.tasks.image.Dockerfile.VolumeInstruction
All Implemented Interfaces:
Dockerfile.Instruction
Enclosing class:
Dockerfile

public static class Dockerfile.VolumeInstruction extends Dockerfile.StringArrayInstruction
  • Field Details

  • Constructor Details

    • VolumeInstruction

      public VolumeInstruction(String... volume)
    • VolumeInstruction

      public VolumeInstruction(Provider<List<String>> provider)
  • Method Details

    • getKeyword

      public String getKeyword()
      Gets the keyword of the instruction as used in the Dockerfile.

      For example the keyword of the Dockerfile.FromInstruction is FROM.

      Returns:
      The instruction keyword