SkillAgentSearch skills...

Docker Zoom

Zoom Video Conferencing client in a Docker container

Install / Use

npx skills add DmitrySandalov/docker-zoom

Installs into whichever agent you are using.

About this skill

Quality Score

0/100

Supported Platforms

Universal

README

Self-made Docker image

  1. Build image from this repo

     git clone https://github.com/DmitrySandalov/docker-zoom.git
     cd docker-zoom
     docker build -t zoom .
    
  2. 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
    
  3. Stop Zoom:

     docker stop zoom; docker rm -v zoom
    

Notes

  • Note 1. To set up a proxy server, modify the file conf/zoomus.conf and rebuild the image

https://zoom.us/

https://support.zoom.us/hc/en-us/articles/204206269-Getting-Started-on-Linux

Related Skills

View on GitHub
GitHub Stars15
CategoryContent
Updated1y ago
Forks5

Languages

Dockerfile

Security Score

75/100

Audited on Sep 25, 2024

No findings