drcrane / xvfb-alpine-docker

Docker image with xvfb, x11vnc, st, terminus and fluxbox... a basic X11 environment

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Alpine Xvfb Environment in Docker

Core requirements:

  • Small Usable Environment (fluxbox)
  • Nice Terminal Emulator (st)
  • Nice-enough text editor (vim)

Building

docker build --tag alpine-xvfb:beta1 .

Running

docker run --rm -it alpine-xvfb:beta1

Connecting to the Desktop

Of course change the IP address to the address of the container.

vncviewer 172.17.0.2:0

About

Docker image with xvfb, x11vnc, st, terminus and fluxbox... a basic X11 environment


Languages

Language:Shell 79.1%Language:Dockerfile 20.9%