Sign inSign up

jtyr/tigervncserver

By jtyr

Updated over 6 years ago

TigerVNC server allowing to run X11 application.

Image
0

250

jtyr/tigervncserver repository overview

Usage

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

Tag summary

Content type

Image

Digest

Size

32.5 MB

Last updated

over 6 years ago

docker pull jtyr/tigervncserver:nvidia