Debug School

Sivakumar S
Sivakumar S

Posted on

Docker Update and wait operations

1. Docker Update:

Docker update command is used to change the configuration of docker 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.

2. Docker wait:

Docker wait command is used to wait until one or more containers stop - this is mostly used in scripts to wait for job inside the container to complete and continue the next action.

Top comments (0)