public class ContainerConfig extends Object implements Serializable
| Constructor and Description |
|---|
ContainerConfig() |
public ExposedPort[] getExposedPorts()
@CheckForNull public Boolean getAttachStderr()
attachStderrpublic ContainerConfig withAttachStderr(Boolean attachStderr)
attachStderr@CheckForNull public Boolean getAttachStdin()
attachStdinpublic ContainerConfig withAttachStdin(Boolean attachStdin)
attachStdin@CheckForNull public Boolean getAttachStdout()
attachStdoutpublic ContainerConfig withAttachStdout(Boolean attachStdout)
attachStdout@CheckForNull public String[] getCmd()
cmdpublic ContainerConfig withCmd(String[] cmd)
cmd@CheckForNull public String getDomainName()
domainNamepublic ContainerConfig withDomainName(String domainName)
domainName@CheckForNull public String[] getEntrypoint()
entrypointpublic ContainerConfig withEntrypoint(String[] entrypoint)
entrypoint@CheckForNull public String[] getEnv()
envpublic ContainerConfig withEnv(String[] env)
envpublic ContainerConfig withExposedPorts(ExposedPorts exposedPorts)
exposedPorts@CheckForNull public String getHostName()
hostNamepublic ContainerConfig withHostName(String hostName)
hostName@CheckForNull public String getImage()
imagepublic ContainerConfig withImage(String image)
image@CheckForNull public Map<String,String> getLabels()
labelspublic ContainerConfig withLabels(Map<String,String> labels)
labels@CheckForNull public String getMacAddress()
macAddresspublic ContainerConfig withMacAddress(String macAddress)
macAddress@CheckForNull public Boolean getNetworkDisabled()
networkDisabledpublic ContainerConfig withNetworkDisabled(Boolean networkDisabled)
networkDisabled@CheckForNull public String[] getOnBuild()
onBuildpublic ContainerConfig withOnBuild(String[] onBuild)
onBuild@CheckForNull public String[] getPortSpecs()
portSpecspublic ContainerConfig withPortSpecs(String[] portSpecs)
portSpecs@CheckForNull public Boolean getStdInOnce()
stdInOncepublic ContainerConfig withStdInOnce(Boolean stdInOnce)
stdInOnce@CheckForNull public Boolean getStdinOpen()
stdinOpenpublic ContainerConfig withStdinOpen(Boolean stdinOpen)
stdinOpen@CheckForNull public Boolean getTty()
ttypublic ContainerConfig withTty(Boolean tty)
tty@CheckForNull public String getUser()
userpublic ContainerConfig withUser(String user)
user@CheckForNull public Map<String,?> getVolumes()
volumespublic ContainerConfig withVolumes(Map<String,?> volumes)
volumes@CheckForNull public String getWorkingDir()
workingDir@CheckForNull public HealthCheck getHealthcheck()
healthCheckpublic ContainerConfig withWorkingDir(String workingDir)
workingDirCopyright © 2017. All Rights Reserved.