Docker run and docker container run

Whats the difference between docker run and docker container run? When I should use that? I read the documentation but cant understand someone difference

docker container run is the new command.
docker run is still the old one, which will be deprecated soon, I guess.