Assignment for docker day 1

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