Docker Update

docker update command is to set limits to a single container or multiple contianers. We can limit such as input/output resources, cpu runtime period, cpu-quota and cpu shares.

docker update --cpu-period=5000 akilan // here we have updated the runtime to 5 ms.