ContainerDslRule |
ContainerDslRule.withAwaitStrategy(Await awaitStrategy) |
ContainerDslRule |
ContainerDslRule.withCommand(String... command) |
ContainerDslRule |
ContainerDslRule.withCommand(String command) |
ContainerDslRule |
ContainerDslRule.withEnvironment(String key,
Object value,
Object... keyValues) |
ContainerDslRule |
ContainerDslRule.withExposedPorts(Integer... ports) |
ContainerDslRule |
ContainerDslRule.withExposedPorts(String... ports) |
ContainerDslRule |
ContainerDslRule.withLink(String link) |
ContainerDslRule |
ContainerDslRule.withLink(String service,
String alias) |
ContainerDslRule |
ContainerDslRule.withNetworkMode(NetworkDslRule networkMode) |
ContainerDslRule |
ContainerDslRule.withNetworkMode(String networkMode) |
ContainerDslRule |
ContainerDslRule.withNetworks(String... networks) |
ContainerDslRule |
ContainerDslRule.withPortBinding(Integer... ports) |
ContainerDslRule |
ContainerDslRule.withPortBinding(String... ports) |
ContainerDslRule |
ContainerDslRule.withPriviledgedMode(boolean mode) |
ContainerDslRule |
ContainerDslRule.withVolume(String hostPath,
String containerPath) |
ContainerDslRule |
ContainerDslRule.withVolume(String hostPath,
String containerPath,
BindMode bindMode) |