How to run Scanner in Docker, passing parameters like token

Hi @vodoc82730,
Welcome to the community.
I find more information in the V9.9 documentation. Seems that documentation evolved with less detail since 10.3.

You can provide the token like that :

-e SONAR_LOGIN=“myAuthenticationToken” \

You can also put a sonar-project.properties at the root directory of source. It will be easier to use all possible parameters as projectKey, projectName, exclusion, inclusion, coverage path …