mdouchement

Results 55 comments of mdouchement

Not much details in stdout logs :/ Maybe somthing inside the container in the following directories: - `/var/log` - `~/` - `~/.config` But zoomus on Linux should output logs in...

The installation process puts this script https://github.com/mdouchement/docker-zoom-us/blob/master/scripts/zoom-us-wrapper in the host folder `/usr/local/bin` (using docker option: `--volume /usr/local/bin:/target`). `docker-compose` lacks of flexibility to run this image. This project is made to...

Yes you can put the script where you want on your host and make an alias. (A symbolic link is normally done during the installation https://github.com/mdouchement/docker-zoom-us/blob/master/entrypoint.sh#L13). I don't know about...

The latest ZoomUS Linux version have only 2 fields to join a meeting. I have not tested but it should open a popup for entering the password. You can try...

I prefer in separate issues. It may be useful for other people.

Could be an issue with NVIDIA, take a look to #1 The `pactl: not found` was here for long and does not belong to the OpenGL error. I've added pulseaudio...

Seems to be an issue with Nvidia (proprietary?) drivers (see #1 ). @mzcu made a fix https://github.com/mzcu/docker-zoom-us/commit/ee177a5e8915a05a51080301996a8ed4b89552ee that should work. I recommend you to try his version: https://github.com/mzcu/docker-zoom-us

I've tried the latest build on Docker Hub `5.1.422789.0705` and I didn't encounter any sharing issues. Did you tried `xhost +SI:localuser:"$USER"` as described in https://github.com/mdouchement/docker-zoom-us#troubleshooting? You may find something by...

You can restrict host file system access by specifying `export ZOOM_HOME=${HOME}/zoomus` on your host environment (Zoom may be too curious). The main reason I've made this project was because 4...