🚀 DevOps Certified Professional
📅 Starting: 1st of Every Month 🤝 +91 8409492687 | 🤝 +1 (469) 756-6329 🔍 Contact@DevOpsSchool.com

Assignment for docker day 1

DevOps

Upgrade & Secure Your Future with DevOps, SRE, DevSecOps, MLOps!

We spend hours on Instagram and YouTube and waste money on coffee and fast food, but won’t spend 30 minutes a day learning skills to boost our careers.
Master in DevOps, SRE, DevSecOps & MLOps!

Learn from Guru Rajesh Kumar and double your salary in just one year.


Get Started 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