Debug School

Ashish Pandey
Ashish Pandey

Posted on

Docker commands

What is the use of "docker update"?
Docker Update is used for configuring one or more containers during runtime to modify the resources to avoid limiting the usage of resources on the host machine.

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 outputs it's exit code

Top comments (0)