Debug School

Dikshyanta Das
Dikshyanta Das

Posted on

Assignment:Day2

  1. What is the use of "docker update"?
    The docker update command is used to dynamically update the container configuration so that they do not consume too many resources from the underlying host.

  2. What is use of "docker wait"?
    The "docker wait" command waits till the container exits and prints the exit code in the terminal.

Top comments (0)