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

Assignment Day2

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!

update

docker update command allows to update the allocation of computing units and scheduling algorithm based on the actual hardware resources available.

docker update –cpus 0.5 –memory-swap 1073741824 –memory 1073741824 52659b1482a1 624ce71391eb

wait

docker wait command waits for one or more container to exit and provides the return status of the docker exit

[root@ip-172-31-15-56 centos]# docker wait 4638992d8355
0
[root@ip-172-31-15-56 centos]#

[root@ip-172-31-15-56 centos]# docker wait 1852fb6244e3
137
[root@ip-172-31-15-56 centos]#