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?
Setting up bitcoind and lnd in Docker
2 replies 427 views
Hello, these might work for you:
For bitcoind: ruimarinho/bitcoin-core
For LND: lightninglabs/lnd
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/