public class ContainerConfig extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ContainerConfig.Builder |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
attachStderr() |
Boolean |
attachStdin() |
Boolean |
attachStdout() |
static ContainerConfig.Builder |
builder() |
List<String> |
cmd() |
String |
domainname() |
List<String> |
entrypoint() |
List<String> |
env() |
boolean |
equals(Object obj) |
Set<String> |
exposedPorts() |
String |
getStopSignal() |
int |
hashCode() |
HostConfig |
hostConfig() |
String |
hostname() |
String |
image() |
Map<String,String> |
labels() |
String |
macAddress() |
Boolean |
networkDisabled() |
List<String> |
onBuild() |
Boolean |
openStdin() |
List<String> |
portSpecs() |
Boolean |
stdinOnce() |
ContainerConfig.Builder |
toBuilder() |
String |
toString() |
Boolean |
tty() |
String |
user() |
Set<String> |
volumes() |
String |
workingDir() |
public String hostname()
public String domainname()
public String user()
public Boolean attachStdin()
public Boolean attachStdout()
public Boolean attachStderr()
public Boolean tty()
public Boolean openStdin()
public Boolean stdinOnce()
public String image()
public String workingDir()
public Boolean networkDisabled()
public String macAddress()
public HostConfig hostConfig()
public ContainerConfig.Builder toBuilder()
public static ContainerConfig.Builder builder()
public String getStopSignal()
Copyright © 2017. All rights reserved.