docker-latest-update (1) Linux Manual Page
NAME docker-update – Update configuration of one or more containers SYNOPSIS docker update [–blkio-weight[=[BLKIO-WEIGHT]]] [–cpu-shares[=0]] [–cpu-period[=0]] [–cpu-quota[=0]] [–cpuset-cpus[=CPUSET-CPUS]] [–cpuset-mems[=CPUSET-MEMS]] [–help] [–kernel-memory[=KERNEL-MEMORY]] [-m|–memory[=MEMORY]] [–memory-reservation[=MEMORY-RESERVATION]] [–memory-swap[=MEMORY-SWAP]] [–restart[=""]] CONTAINER [CONTAINER…] DESCRIPTION The docker update command dynamically updates container configuration. you can Use this command to prevent containers from consuming too many resources from their Docker host. With a…
