Skip to content

Run your own Google Chrome browser as a Docker container

License

Notifications You must be signed in to change notification settings

baleyko/docker-google-chrome

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dockerized Google Chrome

What?

The source code of the Docker image with Google Chrome inside.

Why?

If you need to test some web applications or try some Chrome extensions, or you just want to be a little anonymous.

How?

  1. Build the Docker image.
$ docker build -t google-chrome .
  1. Run the Docker container
$ docker run -d -p5900:5900 google-chrome
  1. 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 ```

Whose?

Unlicensed.

About

Run your own Google Chrome browser as a Docker container

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published