Debug School

shashikiran
shashikiran

Posted on

Day 2 Assignment 1

What is the use of "docker update"?

Docker Update is used to configuration of one or more containers, several options to configure CPU, memory.
this can be done on runtime to modify the resources like number of CPU, memory limit, PID limit dynamically to avoid limit the usage of resources on the host machine.

What is the use of "docker wait"?

Docker wait blocks until one or more containers stop, then print their exit codes

Top comments (0)