Debug School

Asit sahoo
Asit sahoo

Posted on

Diff between docker stop and docker kill?

Docker stop command stops the container gracefully but if the docker stop command failed to terminate within the specified time Docker kill command forcefully terminate it.

The docker kill command terminates the process abruptly.

Top comments (0)