Docker kill vs docker container kill

Hi there,
I am total newbie in Docker so sorry for posting silly questions and so on.
What is the difference between docker kill and docker container kill commands? And where to use what?

docker kill works with Docker older than 1.13. I think they’re identical otherwise.