Docker Update
Limited Time Offer!
For Less Than the Cost of a Starbucks Coffee, Access All DevOpsSchool Videos on YouTube Unlimitedly.
Master DevOps, SRE, DevSecOps Skills!
docker update command is to set limits to a single container or multiple contianers. We can limit such as input/output resources, cpu runtime period, cpu-quota and cpu shares.
docker update --cpu-period=5000 akilan // here we have updated the runtime to 5 ms.