What is --user=root in docker run?

Hi,

I’m learning Docker and I see in several docker run commands the option --user=root.

My questions is quite simple:
What does it means? Is it to run the container as root?

Thanks