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

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

Docker update

The update command helps to dynamically update the configuration of one or more containers.
Update command can be use for prevent containers from consuming too many resources from their Docker host
It is not supported for windows containers

Eg: docker update --kernel-memory 50M abhi
Update kernel memory while the container is running