| Modifier and Type | Method and Description |
|---|---|
ContainerDsl |
ContainerDsl.withAwaitStrategy(org.arquillian.cube.docker.impl.client.config.Await awaitStrategy) |
ContainerDsl |
ContainerDsl.withCommand(String... command) |
ContainerDsl |
ContainerDsl.withCommand(String command) |
ContainerDsl |
ContainerDsl.withEnvironment(String key,
Object value,
Object... keyValues) |
ContainerDsl |
ContainerDsl.withExposedPorts(Integer... ports) |
ContainerDsl |
ContainerDsl.withExposedPorts(String... ports) |
ContainerDsl |
ContainerDsl.withLink(String link) |
ContainerDsl |
ContainerDsl.withLink(String service,
String alias) |
ContainerDsl |
ContainerDsl.withNetworkMode(NetworkDsl networkMode) |
ContainerDsl |
ContainerDsl.withNetworkMode(String networkMode) |
ContainerDsl |
ContainerDsl.withNetworks(String... networks) |
ContainerDsl |
ContainerDsl.withPortBinding(Integer... ports) |
ContainerDsl |
ContainerDsl.withPortBinding(String... ports) |
ContainerDsl |
ContainerDsl.withPriviledgedMode(boolean mode) |
ContainerDsl |
ContainerDsl.withVolume(String hostPath,
String containerPath) |
ContainerDsl |
ContainerDsl.withVolume(String hostPath,
String containerPath,
org.arquillian.cube.docker.impl.client.containerobject.dsl.BindMode bindMode) |
Copyright © 2018 JBoss by Red Hat. All rights reserved.