This repo contains the Dockerfile for the lnzap/lnd
docker image.
The image containes the latest lnd daemon and zapconnect.
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.