Sign inSign up

zenexas/vnc-browser

By zenexas

•Updated over 2 years ago

Alpine docker container image with VNC environments

Image
1

1.7K

zenexas/vnc-browser repository overview

Dockerfile⁠

⁠Alpine docker container image with VNC environments

Installed with the following components:

  • Desktop environment Fluxbox⁠
  • vnc server (default VNC port 5901)
  • noVNC⁠ - HTML5 VNC client (default http port 6901)
  • Browsers:
    • Chromium

⁠Usage

  • Run command with mapping to local port 5901 (vnc protocol) and 6901 (vnc web access):

    docker run -d -p 5901:5901 -p 6901:6901 zenexas/vnc-browser
    
  • Run command with mapping to local port 5901 (vnc protocol) and 6901 (vnc web access) with access password:

    docker run -d -p 5901:5901 -p 6901:6901 -e VNC_PASSWORD="vncpassword" zenexas/vnc-browser
    
  • Run command with mapping to local port 5901 (vnc protocol) and 6901 (vnc web access) with specific resolution:

    docker run -d -p 5901:5901 -p 6901:6901 -e RESOLUTION=1600x1200 zenexas/vnc-browser
    

Tag summary

Content type

Image

Digest

sha256:ff990ed77…

Size

300.6 MB

Last updated

over 2 years ago

docker pull zenexas/vnc-browser