What is the difference between docker stop and docker kill?

Both the commands used to stop the running container
. "docker stop" command stops the container gracefully where "docker kill" command forces container to stop immediately.