-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Chrome and Chromium won't launch #205
Comments
Is |
Chrome work ok with this kind of docker startup definition.
Looks like chromium installation require snap in ubuntu and execution of it in container is challenging. So I did't test it. |
Try this one. There should chrome work.
https://github.com/TheProjectAurora/novnc-robotframework-docker
Chrome eat a lot of memory. That could be reason.
|
@chaggeus 'The Compose file './docker-compose.yaml' is invalid because: |
Update your docker-compose to latest version. Docker-compose 2.2 include it |
Issue not resolved! My memory is pretty high 16GB RAM. Don't know why this is happening. |
Any better ubuntu desktops with GUI dockerized containers out there? I came across this article: https://dev.to/brickpop/my-dream-come-true-launching-gui-docker-sessions-with-dx11-in-seconds-1a53. Can you figure this out? @fcwu This seems to solve a lot of inherent problems. |
Have you used |
I get similar chrome crash on in noVNC platform. |
At least to me that work. I added it also to here as docker-compose parameter "shm_size: 1G" (default value was 64M) : https://github.com/TheProjectAurora/novnc-robotframework-docker/blob/master/docker-compose.yaml It is interesting monitor /dev/shm usage inside of noVNC by executing 'watch -n 1 "df -h /dev/shm/"' in LXTerminal parallel when you browsing internet with chrome. Quick test it eat more than 200M space from /dev/shm. |
Describe the bug
Both Chrome and Chromium will not launch. If i run it with --no-sandbox, it will launch but will cause instability like crashes, EGL errors, no such file or directory etc...
To Reproduce
Steps to reproduce the behavior:
Expected behavior
To launch normally without extra arguments
Screenshots
Versions (please complete the following information):
Additional context
Nothing
The text was updated successfully, but these errors were encountered: