Whats the difference between docker run and docker container run? When I should use that? I read the documentation but can
t understand someone difference
docker container run
is the new command.
docker run
is still the old one, which will be deprecated soon, I guess.