Docker Manager on Windows/WSL2: expected hardware and GPU fingerprint model? #33
Unanswered
morpheus9393
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hi, I have a question about the intended fingerprint model for CloakBrowser Manager when running on Windows via Docker Desktop / WSL2.
From the current source, Manager appears to run each profile inside a Linux container using KasmVNC/Xvnc, and browser_manager.py adds --use-angle=swiftshader with the comment 'software GL for VNC (no GPU in container)'. The README also states that everything runs in one Docker container.
In this setup:
Windows host
-> Docker Desktop / WSL2 backend
-> Linux Docker container
-> KasmVNC/Xvnc display
-> CloakBrowser profile
What should websites be expected to see for hardware-related signals?
Specific questions:
I'm trying to understand whether Manager should be treated as a containerized Linux runtime with spoofed profile identity, or as a way to expose/use host Windows hardware through Docker/WSL2.
Thanks!
All reactions