-
-
Notifications
You must be signed in to change notification settings - Fork 911
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
build: add script to build Docker container on Windows #966
Conversation
@satyajitghana
|
Seems like GROUP_ID and USER_ID are set to username in windows. It should have been numbers How about this?
this part takes care of the USER_ID and GROUP_ID
|
I found a solution how to run it, adding |
@satyajitghana pls review the fix I added for the user |
the userid fix looks good. I don't think setting 1001 uid matter in windows host. i read somewhere that docker uses a samba share to mount folders into container. as for the display, difficult for me to verify, haven't worked with windows docker GUI stuff. I doubt if the display would work without WSL2 (WSLg) on windows. Ref: https://github.com/microsoft/wslg/blob/main/samples/container/Containers.md I think if you can get VcXsrv installed, and then just do |
thank you, I'll merge it as is for now, and we fix the GUI with the next occasion |
Repair latest changes to Docker build (#954) and restore functionality for Windows.