Debug School

Cover image for DevOps Training - Docker Questions - Assessment 3 : Day 2
Potukuchi Venkata Mahati
Potukuchi Venkata Mahati

Posted on

DevOps Training - Docker Questions - Assessment 3 : Day 2

1. What is the use of "docker update"? Hint - docker run --help
Docker Update is used for configuring one or more containers during runtime to modify the resources like number of CPU, memory limit, PID limit dynamically to avoid limiting the usage of resources on the host machine.

2. What is the use of "docker wait"?
Docker wait command is used to wait until one or more containers stop for continuing with the next action.

Top comments (0)