Open aumanjoa opened 7 years ago
this is because of the file https://github.com/nilleb/dockerfiles/blob/master/windows/sonarqube/5.6.4/run.cmd
if you pass a sonarqube option like
-Dhttp.proxyHost=127.0.0.1 -Dhttp.proxyPort=8080
(see https://github.com/nilleb/dockerfiles/blob/master/startSonarQube.cmd)
it will work.
if you don't need a proxy, try setting a dummy variable (e.g. -Dfraise=tagada
).
If you're willing to fix the run.cmd, pull requests are welcome! :-) (Sorry for appearing lame, but I haven't anymore a Windows Server environment)
Hi @nilleb
when I try to run your docker with this command
I am getting this errors:
can you please tell me what is wrong?
Cheers