Modifier and Type | Method and Description |
---|---|
UpdateContainerCmd |
DockerClient.updateContainerCmd(String containerId)
Update container settings
|
Modifier and Type | Method and Description |
---|---|
UpdateContainerCmd |
UpdateContainerCmd.withBlkioWeight(Integer blkioWeight) |
UpdateContainerCmd |
UpdateContainerCmd.withContainerId(String containerId) |
UpdateContainerCmd |
UpdateContainerCmd.withCpuPeriod(Integer cpuPeriod) |
UpdateContainerCmd |
UpdateContainerCmd.withCpuQuota(Integer cpuQuota) |
UpdateContainerCmd |
UpdateContainerCmd.withCpusetCpus(String cpusetCpus) |
UpdateContainerCmd |
UpdateContainerCmd.withCpusetMems(String cpusetMems) |
UpdateContainerCmd |
UpdateContainerCmd.withCpuShares(Integer cpuShares) |
UpdateContainerCmd |
UpdateContainerCmd.withKernelMemory(Long kernelMemory) |
UpdateContainerCmd |
UpdateContainerCmd.withMemory(Long memory) |
UpdateContainerCmd |
UpdateContainerCmd.withMemoryReservation(Long memoryReservation) |
UpdateContainerCmd |
UpdateContainerCmd.withMemorySwap(Long memorySwap) |
Modifier and Type | Method and Description |
---|---|
UpdateContainerCmd |
DockerClientImpl.updateContainerCmd(String containerId) |
Modifier and Type | Class and Description |
---|---|
class |
UpdateContainerCmdImpl |
Modifier and Type | Method and Description |
---|---|
UpdateContainerCmd |
UpdateContainerCmdImpl.withBlkioWeight(Integer blkioWeight) |
UpdateContainerCmd |
UpdateContainerCmdImpl.withContainerId(String containerId) |
UpdateContainerCmd |
UpdateContainerCmdImpl.withCpuPeriod(Integer cpuPeriod) |
UpdateContainerCmd |
UpdateContainerCmdImpl.withCpuQuota(Integer cpuQuota) |
UpdateContainerCmd |
UpdateContainerCmdImpl.withCpusetCpus(String cpusetCpus) |
UpdateContainerCmd |
UpdateContainerCmdImpl.withCpusetMems(String cpusetMems) |
UpdateContainerCmd |
UpdateContainerCmdImpl.withCpuShares(Integer cpuShares) |
UpdateContainerCmd |
UpdateContainerCmdImpl.withKernelMemory(Long kernelMemory) |
UpdateContainerCmd |
UpdateContainerCmdImpl.withMemory(Long memory) |
UpdateContainerCmd |
UpdateContainerCmdImpl.withMemoryReservation(Long memoryReservation) |
UpdateContainerCmd |
UpdateContainerCmdImpl.withMemorySwap(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 © 2016. All Rights Reserved.