Docker Zoom
Zoom Video Conferencing client in a Docker container
Install / Use
npx skills add DmitrySandalov/docker-zoomInstalls into whichever agent you are using.
README
Self-made Docker image
-
Build image from this repo
git clone https://github.com/DmitrySandalov/docker-zoom.git cd docker-zoom docker build -t zoom . -
Start Zoom:
docker run --net=host --name zoom -d -e DISPLAY=$DISPLAY --device /dev/video0:/dev/video0 -v /tmp/.X11-unix:/tmp/.X11-unix -v /run/user/`id -u`/pulse:/run/pulse zoom -
Stop Zoom:
docker stop zoom; docker rm -v zoom
Notes
- Note 1. To set up a proxy server, modify the file
conf/zoomus.confand rebuild the image
https://zoom.us/
https://support.zoom.us/hc/en-us/articles/204206269-Getting-Started-on-Linux
Related Skills
qqbot-channel
385.5kQQ channel management skill. Use qqbot_channel_api for explicit QQ channel-management requests; confirm write, delete, and bulk actions before calling authenticated QQ Open Platform endpoints.
docs-writer
106.4kAlways use this skill when the task involves writing, reviewing, or editing files in the `/docs` directory or any `.md` files in the repository.
cpp
40.5kGuide Cursor to write modern C++ and CMake code with clear structure, RAII, const-correctness, and safe error handling.
gamemaker-gml
40.5kGameMaker Language (GML) rules for scripts, objects, events, rooms, data structures, and performance-minded game code
