-
Notifications
You must be signed in to change notification settings - Fork 48
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
mdouchement/zoom-us:latest won't start, as of 5.10.3.2778 #48
Comments
|
It seems that running with --privileged would do... but I'm afraid of the consequences... |
It gives root access to the container. You may have some input from jessfraz/dockerfiles#350 |
It appears that zoom is now spawning a chrome-sandbox ( Passing
|
Hmmm... One main interest of Dockerizing Zoom (for me at least) is to sandbox it from doing nasty thing on the user's machine... how's this affecting the effectiveness of this sandboxing ? |
I tried a lot with commandline parameters and So the seccomp profile @winterdeaf suggested is currently the best option. :( EDIT: weirdly the latest image still doesn't run. But using 9e0dfd3cf61d and installing the latest zoom.deb does. I guess something breaks xcb in the latest one:
|
When adding
|
I tried to launch it today, from an image downloaded with docker pull mdouchement/zoom-us:latest, and nothing happens.
Inside the container (docker run -it mdouchement/zoom-us:latest /bin/bash),
# cat /opt/zoom/version.txt 5.10.3.2778
Dunno what's wrong, but may attempt to debug a bit
The text was updated successfully, but these errors were encountered: