Please see lightningshell.app for more information about Lightning Shell.
The recommended way to run Lightning Shell is from your personal server's dashboard.
Keep reading if you want to build it yourself. This is not recommended for the average user. Follow these instructions only if you really know what you are doing!
Dockerfile.tmpl
as needed../generate-dockerfiles.sh
to generate Dockerfiles based on Debian Buster and Debian Bullseye.docker buildx build --platform=linux/arm64 --build-arg arch=arm64 --build-arg version=dev --file Dockerfile.bullseye .
arm64
or amd64
) and base image (.buster
or .bullseye
)--tag X/Y:Z --output "type=registry"
in order to publish the image to your container registry so you can pull it on your personal server