Debug School

Mayank
Mayank

Posted on

Diff btw docker update and docker wait.

What is the use of docker update command?
docker update is used to update configs of one or more containers. We can set cpu resources,restart policy, memory limitations etc of containers using this command.

What is the use of Docker wait?
Docker wait container blocks until the container is exited and returns the exit code.

Top comments (0)