Modifier and Type | Method and Description |
---|---|
UpdateContainerCmd |
DockerClient.updateContainerCmd(java.lang.String containerId)
Update container settings
|
Modifier and Type | Method and Description |
---|---|
UpdateContainerCmd |
UpdateContainerCmd.withBlkioWeight(java.lang.Integer blkioWeight) |
UpdateContainerCmd |
UpdateContainerCmd.withContainerId(java.lang.String containerId) |
UpdateContainerCmd |
UpdateContainerCmd.withCpuPeriod(java.lang.Integer cpuPeriod) |
UpdateContainerCmd |
UpdateContainerCmd.withCpuQuota(java.lang.Integer cpuQuota) |
UpdateContainerCmd |
UpdateContainerCmd.withCpusetCpus(java.lang.String cpusetCpus) |
UpdateContainerCmd |
UpdateContainerCmd.withCpusetMems(java.lang.String cpusetMems) |
UpdateContainerCmd |
UpdateContainerCmd.withCpuShares(java.lang.Integer cpuShares) |
UpdateContainerCmd |
UpdateContainerCmd.withKernelMemory(java.lang.Long kernelMemory) |
UpdateContainerCmd |
UpdateContainerCmd.withMemory(java.lang.Long memory) |
UpdateContainerCmd |
UpdateContainerCmd.withMemoryReservation(java.lang.Long memoryReservation) |
UpdateContainerCmd |
UpdateContainerCmd.withMemorySwap(java.lang.Long memorySwap) |
Modifier and Type | Method and Description |
---|---|
UpdateContainerCmd |
DockerClientImpl.updateContainerCmd(java.lang.String containerId) |
Modifier and Type | Class and Description |
---|---|
class |
UpdateContainerCmdImpl |
Modifier and Type | Method and Description |
---|---|
UpdateContainerCmd |
UpdateContainerCmdImpl.withBlkioWeight(java.lang.Integer blkioWeight) |
UpdateContainerCmd |
UpdateContainerCmdImpl.withContainerId(java.lang.String containerId) |
UpdateContainerCmd |
UpdateContainerCmdImpl.withCpuPeriod(java.lang.Integer cpuPeriod) |
UpdateContainerCmd |
UpdateContainerCmdImpl.withCpuQuota(java.lang.Integer cpuQuota) |
UpdateContainerCmd |
UpdateContainerCmdImpl.withCpusetCpus(java.lang.String cpusetCpus) |
UpdateContainerCmd |
UpdateContainerCmdImpl.withCpusetMems(java.lang.String cpusetMems) |
UpdateContainerCmd |
UpdateContainerCmdImpl.withCpuShares(java.lang.Integer cpuShares) |
UpdateContainerCmd |
UpdateContainerCmdImpl.withKernelMemory(java.lang.Long kernelMemory) |
UpdateContainerCmd |
UpdateContainerCmdImpl.withMemory(java.lang.Long memory) |
UpdateContainerCmd |
UpdateContainerCmdImpl.withMemoryReservation(java.lang.Long memoryReservation) |
UpdateContainerCmd |
UpdateContainerCmdImpl.withMemorySwap(java.lang.Long memorySwap) |
Modifier and Type | Method and Description |
---|---|
protected UpdateContainerResponse |
UpdateContainerCmdExec.execute(UpdateContainerCmd command) |
Modifier and Type | Method and Description |
---|---|
protected UpdateContainerResponse |
UpdateContainerCmdExec.execute(UpdateContainerCmd command) |
Copyright © 2018. All Rights Reserved.