Assignment for docker day 1

Limited Time Offer!

For Less Than the Cost of a Starbucks Coffee, Access All DevOpsSchool Videos on YouTube Unlimitedly.
Master DevOps, SRE, DevSecOps Skills!

Enroll Now

Q1. – What is the use of “docker update” commands? with example and image

The docker update command dynamically updates container configuration. it prevent containers from consuming too many resources such as CPU and memory from their Docker host.

ex:

$ docker update --cpu-shares 512 container_id