Skip to content

Docker Automated Build Repository based off of siomiz/chrome -- Google Chrome via VNC with rules to drop udp

Notifications You must be signed in to change notification settings

jmartine/chrome-udp-blocked

 
 

Repository files navigation

chrome

Docker Automated Build Repository based off of siomiz/chrome -- Google Chrome via VNC with iptable rules to drop udp for testing

default switches

Chrome switches that are always used with this container: no-first-run, no-default-browser-check, user-data-dir

other switches

Additional switches can be added using environment vars.

  1. CHROME_URL: specify url to start chrome with.
  2. CHROME_ARGS: Pass all switches to chrome command. Pass all switches in one string. example:
docker run -d -p 5900:5900 --privileged -e CHROME_ARGS="--use-fake-device-for-media-stream --use-fake-ui-for-media-stream" jmartine/chrome

#Why run as privileged? In order to create iptable rules from the container. If run without privileged UDP traffic will not be dropped.

#TODO Currently listening to audio on the host machine is not working.

About

Docker Automated Build Repository based off of siomiz/chrome -- Google Chrome via VNC with rules to drop udp

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%