What is the use of “docker update” commands?

The docker update command dynamically updates container configuration.

For example : We can update a container’s kernel memory limit using the --kernel-memory option.

You can update kernel memory while the container is running using below command:

$ docker update --kernel-memory 80M test