What is the difference between docker stop and docker kill?

Docker stop will gracefully stop the container. It stops the processes before killing the container

Docker kill will kill the container immediately