What is the use of “docker update” commands? with example and image
Limited Time Offer!
For Less Than the Cost of a Starbucks Coffee, Access All DevOpsSchool Videos on YouTube Unlimitedly.
Master DevOps, SRE, DevSecOps Skills!
Used for updating the various confgurations of a container or multiple containers.
We can update the configuration of running/stopped containers except –kernel-memory.
Various Options available.
Use case:
The main usecase is to limit the amount of host resources like CPU, RAM , that can be used by the container.