Sign inSign up

mra00000/simple-novnc

By mra00000

Updated 10 months ago

Simple display server with noVNC

Image
Languages & frameworks
0

1.3K

mra00000/simple-novnc repository overview

simple-novnc

Usage

services:
  display_service:
    build: .
    environment:
      - DISPLAY=:1
      - WIDTH=1920
      - HEIGHT=1080
      - DEPTH=24
    volumes:
      - x11-socket:/tmp/.X11-unix
    ports:
      - "5900:5900"
      - "7900:7900"
    restart: unless-stopped

  gui_app:
    image: ubuntu
    depends_on:
      - display_service
    environment:
      - DISPLAY=:1
    volumes:
      - x11-socket:/tmp/.X11-unix
    stdin_open: true
    tty: true
    command: ["tail", "-f", "/dev/null"]
volumes:
  x11-socket:

Tag summary

Content type

Image

Digest

sha256:ded572f97

Size

251.2 MB

Last updated

10 months ago

docker pull mra00000/simple-novnc