-
Notifications
You must be signed in to change notification settings - Fork 114
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
Docker Windows Install #59
Comments
Hi, I did not try to use it in Windows. regarding the nfs, you could avoid using nfs by removing the nfs service from docker--compose.yaml, and change the volumes kuiper_nfs and kuiper_nfs_files to use local file, |
For some reason with Windows, when accessing the web UI, it returns a 403 error. I get prompted to trust the self sign cert like normal, but afterwards I get a 403. I have only seen this behavior on Windows.
|
hi, |
Greetings,
I am wondering if there is any guidance on using Kuiper on a docker server hosted on WSL2 (windows).
Everything boots fine except the nfs share container. Errors like "exportnfs - nfs not supported" on that container.
Is there any direction that you might be able to point me to for modifying the container to work on a WSL2 environment?
The text was updated successfully, but these errors were encountered: