-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Group parameters by using Windows #3
Comments
Hi, I've been working on this image using Linux only. Could you please run the container with Windows 10 sharing your project file with the following command : Then, once the container is up, execute the following command as a docker user : When you are able to execute command inside the terminal, enter the following commands : cd /media/sf_Shared
ls -la What is the identifier set for the file's group ? If it's a digit, you might use it as Regards. |
Hi Waldo, do please first notice that the complete comment using the -env parameter such as ALLOWED_GROUPS="1000;1001;1002" is useful in my Windows 10. I have tried launching your commands, container also is useful. The result of the ls command is the folowwing : Opening this folder with Kitematic, an popup windows ask me if I want to allow access to the folder, and the following information message appeard fat the beginning Then the analysis can be launched after loging admin/admin (otherwise, a message warms me that I do not have rights). In both cases, the containers uses h2 database and not Postgres. A second env is created /opt/sonarqube/data. I have retreived in this folder all the h2 database resulting of the analyses. Best regards |
Do you use The turnaround in your case would be to set the root GID which is 0 in You might edit the line I'll try to find a better solution than this turnaround for Windows. Regards |
I am using Docker and docker-cat image on Windows 10.
Docker run command requiers an --env parameter in order to map groups. But, in my Windows configuration, there is no groups (except generic WORKGROUP).
Trying command such as : " docker run -v //C/Users/Anatole/sources:/media/sf_Shared -p 9000:9000 -p 9001:9001 -e ALLOWED_GROUPS="ANATOLE\Anatole" lequal/docker-cat " (computer-name\account-name) leads to a warning => "groupmod: invalid group ID 'CHENES\Chenes'".
Container creation continues (see attached log) but at the end SonarQube is not launched.
Please could you provide us with a aprameter guide on Windows ?
Thanx
The text was updated successfully, but these errors were encountered: