Uses of Class
org.arquillian.cube.docker.junit.rule.ContainerDslRule
Packages that use ContainerDslRule
-
Uses of ContainerDslRule in org.arquillian.cube.docker.junit.rule
Methods in org.arquillian.cube.docker.junit.rule that return ContainerDslRuleModifier and TypeMethodDescriptionContainerDslRule.withAwaitStrategy(Await awaitStrategy) ContainerDslRule.withCommand(String command) ContainerDslRule.withCommand(String... command) ContainerDslRule.withEnvironment(String key, Object value, Object... keyValues) ContainerDslRule.withExposedPorts(Integer... ports) ContainerDslRule.withExposedPorts(String... ports) ContainerDslRule.withNetworkMode(String networkMode) ContainerDslRule.withNetworkMode(NetworkDslRule networkMode) ContainerDslRule.withNetworks(String... networks) ContainerDslRule.withPortBinding(Integer... ports) ContainerDslRule.withPortBinding(String... ports) ContainerDslRule.withPriviledgedMode(boolean mode) ContainerDslRule.withVolume(String hostPath, String containerPath) ContainerDslRule.withVolume(String hostPath, String containerPath, BindMode bindMode)