Docker images for NewDeblok.
- Base images include Openbox DE and xfce4-terminal, nothing special.
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.
run.sh [image]
runs the image and by default listens on :3000.
sudo docker run -p [port]:6080 deblok-[image]
GitHub Actions automatically builds all base images every commit, and they are attached to this repo.