The source code of the Docker image with Google Chrome inside.
If you need to test some web applications or try some Chrome extensions, or you just want to be a little anonymous.
- Build the Docker image.
$ docker build -t google-chrome .
- Run the Docker container
$ docker run -d -p5900:5900 google-chrome
- Connect via VNC Client
127.0.0.1:5900
Don't forget that you could mount your stuff to the next directories
``` /root/.config/google-chrome/Default/Extensions/ /root/Downloads/ /etc/hosts ```Unlicensed.