What is the use of “docker update” commands? with example and image
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.