All Methods Instance Methods Abstract Methods
| Modifier and Type |
Method and Description |
A |
addToCmd(String... items) |
A |
addToDns(String... items) |
A |
addToEntrypoint(String... items) |
A |
addToEnv(String... items) |
A |
addToExposedPorts(Map<String,Object> map) |
A |
addToExposedPorts(String key,
Object value) |
A |
addToLabels(Map<String,String> map) |
A |
addToLabels(String key,
String value) |
A |
addToOnBuild(String... items) |
A |
addToPortSpecs(String... items) |
A |
addToSecurityOpts(String... items) |
A |
addToVolumes(Map<String,Object> map) |
A |
addToVolumes(String key,
Object value) |
List<String> |
getCmd() |
String |
getCpuset() |
Long |
getCpuShares() |
List<String> |
getDns() |
String |
getDomainname() |
List<String> |
getEntrypoint() |
List<String> |
getEnv() |
Map<String,Object> |
getExposedPorts() |
String |
getHostname() |
String |
getImage() |
Map<String,String> |
getLabels() |
Long |
getMemory() |
Long |
getMemorySwap() |
List<String> |
getOnBuild() |
List<String> |
getPortSpecs() |
List<String> |
getSecurityOpts() |
String |
getUser() |
Map<String,Object> |
getVolumes() |
String |
getVolumesFrom() |
String |
getWorkingDir() |
Boolean |
isAttachStderr() |
Boolean |
isAttachStdin() |
Boolean |
isAttachStdout() |
Boolean |
isNetworkDisabled() |
Boolean |
isOpenStdin() |
Boolean |
isStdinOnce() |
Boolean |
isTty() |
A |
removeFromCmd(String... items) |
A |
removeFromDns(String... items) |
A |
removeFromEntrypoint(String... items) |
A |
removeFromEnv(String... items) |
A |
removeFromExposedPorts(Map<String,Object> map) |
A |
removeFromExposedPorts(String key) |
A |
removeFromLabels(Map<String,String> map) |
A |
removeFromLabels(String key) |
A |
removeFromOnBuild(String... items) |
A |
removeFromPortSpecs(String... items) |
A |
removeFromSecurityOpts(String... items) |
A |
removeFromVolumes(Map<String,Object> map) |
A |
removeFromVolumes(String key) |
A |
withAttachStderr(Boolean attachStderr) |
A |
withAttachStdin(Boolean attachStdin) |
A |
withAttachStdout(Boolean attachStdout) |
A |
withCmd(List<String> cmd) |
A |
withCmd(String... cmd) |
A |
withCpuset(String cpuset) |
A |
withCpuShares(Long cpuShares) |
A |
withDns(List<String> dns) |
A |
withDns(String... dns) |
A |
withDomainname(String domainname) |
A |
withEntrypoint(List<String> entrypoint) |
A |
withEntrypoint(String... entrypoint) |
A |
withEnv(List<String> env) |
A |
withEnv(String... env) |
A |
withExposedPorts(Map<String,Object> exposedPorts) |
A |
withHostname(String hostname) |
A |
withImage(String image) |
A |
withLabels(Map<String,String> labels) |
A |
withMemory(Long memory) |
A |
withMemorySwap(Long memorySwap) |
A |
withNetworkDisabled(Boolean networkDisabled) |
A |
withOnBuild(List<String> onBuild) |
A |
withOnBuild(String... onBuild) |
A |
withOpenStdin(Boolean openStdin) |
A |
withPortSpecs(List<String> portSpecs) |
A |
withPortSpecs(String... portSpecs) |
A |
withSecurityOpts(List<String> securityOpts) |
A |
withSecurityOpts(String... securityOpts) |
A |
withStdinOnce(Boolean stdinOnce) |
A |
withTty(Boolean tty) |
A |
withUser(String user) |
A |
withVolumes(Map<String,Object> volumes) |
A |
withVolumesFrom(String volumesFrom) |
A |
withWorkingDir(String workingDir) |