TigerVNC server allowing to run X11 application.
250
Docker Compose file:
version: "3"
services:
app:
image: jtyr/tigervncserver
ports:
- 5901:5901
volumes:
# Mount directory with the application to run behind the VNC server
- ./app:/app
# Override the script which starts the X11 application
- ./xstartup.sh:/xstartup.sh
# Override the script which starts the VNC server
#- ./entrypoint.sh:/entripoint.sh
Then run the VNC viewer (no authentication):
vncviewer localhost:5901
Content type
Image
Digest
Size
32.5 MB
Last updated
over 6 years ago
docker pull jtyr/tigervncserver:nvidia