Skip to content

Add Dockerfile to prepare for packaging as Umbrel app#208

Merged
guggero merged 2 commits intolightninglabs:masterfrom
guggero:docker
Oct 21, 2025
Merged

Add Dockerfile to prepare for packaging as Umbrel app#208
guggero merged 2 commits intolightninglabs:masterfrom
guggero:docker

Conversation

@guggero
Copy link
Collaborator

@guggero guggero commented Oct 21, 2025

To make it easy for Umbrel users to run chantools, we want to package it as an app on their platform.
Because Umbrel apps are Docker based, all we need to do is package chantools in a Docker image.

Since there is no application that can run in the background, we also need to add some wrapper scripts that explain to the user what they need to do.
To run actual chantools commands, the user will need to open a terminal/shell into the chantools container to execute commands there.
The advantage to the user is that they don't need to care about the details of installing a command line tool.
And the lnd data directory (if available) will be mounted to a predictable directory within the container (/lnd).

This commit adds a Dockerfile and wrapper script that allows a chantool
image to be used as an Umbrel app for easy use by non-technical users.
The "app" only spins up a background container that can be executed into
and run CLI commands manually.
The entrypoint and bash wrapper scripts are only there to give guidance
and improve UX.
@guggero guggero merged commit 2dea54e into lightninglabs:master Oct 21, 2025
3 checks passed
@guggero guggero deleted the docker branch October 21, 2025 09:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant