Class NetworkConfig


  • public class NetworkConfig
    extends Object
    Network configuration
    • Field Detail

      • name

        @Parameter
        public String name
        Name of the network. Defaults to the project's artifactId
      • driver

        @Parameter(defaultValue="bridge")
        public String driver
        Driver that manages the network
    • Constructor Detail

      • NetworkConfig

        public NetworkConfig()