Setting up bitcoind and lnd in Docker

2 replies 427 views
gigachainMember
Posts: 8 · Reputation: 125
#1Mar 21, 2021, 10:25 PM
Hey everyone I've got bitcoind up and running on my Linux setup. Now, I’m looking to whip up a Docker container for both bitcoind and lnd, and I want it to use the same data directory that my current bitcoind is using. Anyone got any docs or a docker-compose file, plus a working image that you can share?
5 Reply Quote Share
roguegasMember
Posts: 2 · Reputation: 42
#2Mar 24, 2021, 04:08 AM
Hello, these might work for you: For bitcoind: ruimarinho/bitcoin-core For LND: lightninglabs/lnd
2 Reply Quote Share
madrocketFull Member
Posts: 53 · Reputation: 394
#3Mar 24, 2021, 07:12 AM
Lightning Labs actually provide Docker compose file which contains both LND and Bitcoin Core at once[1]. You just need to edit the mounting configuration under "volumes". AFAIK most docker package either single application or base OS. I don't think it's good idea to recommend unofficial Docker for Bitcoin Core that last updated 2 years ago[1] [1] https://github.com/lightningnetwork/lnd/blob/master/docker/docker-compose-bitcoind.yml [2] https://hub.docker.com/r/ruimarinho/bitcoin-core/
1 Reply Quote Share

Related topics