Assignment for docker day 1

Q1. – What is the use of “docker update” commands? with example and image

The docker update command dynamically updates container configuration. it prevent containers from consuming too many resources such as CPU and memory from their Docker host.

ex:

$ docker update --cpu-shares 512 container_id