Debug School

Sujatha Sundar
Sujatha Sundar

Posted on

Docker Update, Docker Wait

Docker Update: It's like limiting the resources which were used by the container from the host machine.
Docker wait: this command will exit with return code "0" only if the container stops.

Top comments (0)