-
-
Notifications
You must be signed in to change notification settings - Fork 578
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
Blank screen with microsoft-edge image #376
Comments
If you say other images are working flawlessly (speecifically chrome) then it might be something specific to edge why its not starting. Do you see any error logs from edge? You should see them in container logs, or here |
Correct!
Several errors here and there for sure but I guess some are physiological and in any case no one fatal, actually I'm unable to identify any discriminating ones so I'm going to attach logs for your consideration. ungoogled-chromium_container_start.log BTW I happen to notice that microsoft-edge image behavior (i.e. local+remote cursor only) exactly matches other chrome/chromium-based image behavior with SYS_ADMIN option being removed, maybe could help further addressing the issue...thanks! UPDATE Out of curiosity I just tried to install and use same docker image on a commercial VPS with public IPv4 (therefore no NAT and no potentially networking setting issue) resulting in the same behavior. |
I was able to test this on my computer and yes, it seems to be some issue with the edge itself. It is not starting, probably some change on their side, it either needs more permissions or some specific arguments to run in docker. |
Maybe could help knowing that e.g. edge docker image from Kasm Workspaces works flawless? |
Do they have it open sourced? Or could we take a look on what they do differently? |
https://github.com/kasmtech/workspaces-images/blob/develop/dockerfile-kasm-edge |
https://github.com/kasmtech/workspaces-images/blob/develop/src/ubuntu/install/edge/install_edge.sh They have a very long list of arguments. I'd say to put in
|
Needs testing. I'd say it's |
In following scenario
I get the mouse cursor only.
Issue doesn't show up in any other use case (i.e. the other images are working flawless).
What am I missing? Any idea? Thanks!
The text was updated successfully, but these errors were encountered: