Skip to content
This repository was archived by the owner on Nov 4, 2025. It is now read-only.

Latest commit

 

History

History
16 lines (11 loc) · 240 Bytes

File metadata and controls

16 lines (11 loc) · 240 Bytes

X Server

Build the X Server via the available Dockerfile in this repository.

Run the X Server with the following docker-compose file:

version: '3'

services:
 xserver:
  image: hlacontainers/xserver
  ports:
  - "8080:8080"