X11 enabling image for use by other images
1.8K
One uses this image as a companion image for X11 programs It does not stand on its own.
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
Content type
Image
Digest
sha256:b257e7e4b…
Size
160.8 MB
Last updated
over 2 years ago
docker pull ivonet/x11novnc