public class ContainerConfig extends Object
Constructor and Description |
---|
ContainerConfig() |
Modifier and Type | Method and Description |
---|---|
String[] |
getCmd() |
String |
getCpuset() |
int |
getCpuShares() |
String |
getDomainName() |
String[] |
getEntrypoint() |
String[] |
getEnv() |
ExposedPort[] |
getExposedPorts() |
String |
getHostName() |
String |
getImage() |
long |
getMemoryLimit() |
long |
getMemorySwap() |
int[] |
getOnBuild() |
String[] |
getPortSpecs() |
String |
getUser() |
Map<String,?> |
getVolumes() |
String |
getWorkingDir() |
boolean |
isAttachStderr() |
boolean |
isAttachStdin() |
boolean |
isAttachStdout() |
boolean |
isNetworkDisabled() |
boolean |
isStdInOnce() |
boolean |
isStdinOpen() |
boolean |
isTty() |
String |
toString() |
public ExposedPort[] getExposedPorts()
public boolean isNetworkDisabled()
public String getDomainName()
public String getWorkingDir()
public String getHostName()
public String[] getPortSpecs()
public String getUser()
public boolean isTty()
public boolean isStdinOpen()
public boolean isStdInOnce()
public long getMemoryLimit()
public long getMemorySwap()
public int getCpuShares()
public String getCpuset()
public boolean isAttachStdin()
public boolean isAttachStdout()
public boolean isAttachStderr()
public String[] getEnv()
public String[] getCmd()
public String getImage()
public String[] getEntrypoint()
public int[] getOnBuild()
Copyright © 2015. All Rights Reserved.