Rootless docker

I am trying to move from rootfull docker to rootless docker for one of my projects. I am trying to understand rootless capabilities. In rootful I was able to run the container as whatever user I need. In rootless I am not finding that I can do this. SO my question is, is it possible to run rootless as another user? so can I do docker run --user username … in rootless mode?

Thanks