Alpine docker container image with VNC environments
1.7K
Installed with the following components:
5901)6901)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
Content type
Image
Digest
sha256:ff990ed77…
Size
300.6 MB
Last updated
over 2 years ago
docker pull zenexas/vnc-browser