“docker update” command dynamically updates container configuration.
Using this command we can restrict the usage of too many resources by a container.
Example : docker update –kernel-memory 50M ad5f8182d65e –> Update kernel memory while the container is running
