Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Aug 19, 2025. It is now read-only.

mbentley/docker-chrome

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mbentley/chrome

Warning: this image is no longer maintained on Docker Hub but the code is left for an example.

docker image for Google Chrome (and other generic tools if you install them) based off of debian:bullseye

To pull this image: docker pull mbentley/chrome

Example usage:

docker run -it --rm \
  --name chrome \
  --privileged \
  --user user \
  -p 5900:5900 \
  mbentley/chrome

By default, this creates a container that runs XVFB + fluxbox + VNC Server with no password

Environment variables

  • XVFB_RESOLUTION - (default - 1440x900x24) - Sets the display resolution and color depth
  • XVFB_TIMEOUT - (default - 5) - Timeout waiting for XVFB to start
  • VNC_SERVER_PASSWORD - (default - null) - Sets the VNC password

About

Docker image to run Google Chrome and other X apps over VNC

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published