Skip to content

asbjornenge/docker-lnd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

docker-lnd

This repo contains the Dockerfile for the lnzap/lnd docker image.

The image containes the latest lnd daemon and zapconnect.

Example usage

docker run --name lnd -p 10009:10009 -v $(pwd)/lnd-data:/root/.lnd -d lnzap/lnd:latest lnd --bitcoin.active --bitcoin.testnet --debuglevel=info --bitcoin.node=neutrino --neutrino.connect=testnet1-btcd.zaphq.io --neutrino.connect=testnet2-btcd.zaphq.io --autopilot.active --rpclisten=0.0.0.0:10009

You can find a more detailed description on usage here.

Enjoy.

About

lnd Docker image that runs lnd in a container for easy deployment https://hub.docker.com/r/LN-Zap/lnd/

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published