Interface ContainerObjectConfiguration


public interface ContainerObjectConfiguration
Configuration options that can be overridden at the moment of creating a new instance of a container object. All options in this class can also be set with annotations for container objects referenced as fields
Author:
Ramon Rivas
  • Method Details

    • getContainerName

      String getContainerName()
    • getPortBindings

      String[] getPortBindings()
    • getAwaitPorts

      int[] getAwaitPorts()
    • getEnvironmentVariables

      String[] getEnvironmentVariables()
    • getVolumes

      String[] getVolumes()
    • getLinks

      String[] getLinks()