Skip to content
This repository has been archived by the owner on Jun 23, 2024. It is now read-only.

Latest commit

 

History

History
executable file
·
18 lines (15 loc) · 595 Bytes

README.md

File metadata and controls

executable file
·
18 lines (15 loc) · 595 Bytes

DeblokDocker

Docker images for NewDeblok.

  • Base images include Openbox DE and xfce4-terminal, nothing special.

Building

I find that using build.sh makes this process easier because of less typing needed:

  • build.sh [image] if there is no image provided, all base images will be built.

Starting

Easy start:

  • run.sh [image] runs the image and by default listens on :3000.

Custom start:

sudo docker run -p [port]:6080 deblok-[image]

Pre-built packages:

GitHub Actions automatically builds all base images every commit, and they are attached to this repo.