Debug School

Nityanand kumar
Nityanand kumar

Posted on

14th November Assignment

1) what is the diff between docker pause and docker unpause

Answer: Pause suspends all processes of the selected container while unpause resumes the containers.

2) What is the diff between docker stop and docker kill
Answer: Kill command(send SIGKILL) kills whereas stop command(send SIGTERM) is used to stopping the running container.

Top comments (0)