Debug School

Joy
Joy

Posted on

Docker Assignment 1- Day 2

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, memory limitations, restart policy 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)