What is the use of “docker update” commands?
Limited Time Offer!
For Less Than the Cost of a Starbucks Coffee, Access All DevOpsSchool Videos on YouTube Unlimitedly.
Master DevOps, SRE, DevSecOps Skills!
The docker update command dynamically updates container configuration.
For example : We can update a container’s kernel memory limit using the --kernel-memory
option.
You can update kernel memory while the container is running using below command:
$ docker update --kernel-memory 80M test