Debug School

Prashant C
Prashant C

Posted on

Devops Day2 -1

What is the use of "docker update"?
--The docker update command dynamically updates container configuration. You can use this command to prevent containers from consuming too many resources from their Docker host. With a single command, you can place limits on a single container or on many.

What is the use of "docker wait"?
--The 'docker wait' is a command that is used to wait or block until one or more containers stop, and then it outputs their exit codes which means you cannot use your terminal if you are running the command on the terminal.

Top comments (0)