Sign inSign up

ivonet/x11novnc

By ivonet

Updated over 2 years ago

X11 enabling image for use by other images

Image
0

1.8K

ivonet/x11novnc repository overview

Alpine X11 Display Container

One uses this image as a companion image for X11 programs It does not stand on its own.

Contents

Usage

Easiest is to use it in a docker compose file like the one below

version: '3'

services:
  x11:
    image: ivonet/x11novnc:latest
    environment:
      - DISPLAY_WIDTH=1024
      - DISPLAY_HEIGHT=768
    ports:
      - 8080:8080
  ide:
    image: ivonet/intellij:latest
    environment:
      - DISPLAY=x11:0.0
    volumes:
      - ./projects:/projects
    depends_on:
      - novnc

Tag summary

Content type

Image

Digest

sha256:b257e7e4b

Size

160.8 MB

Last updated

over 2 years ago

docker pull ivonet/x11novnc