Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 385 Bytes

README.md

File metadata and controls

22 lines (17 loc) · 385 Bytes

BLT 🥪

bitcoind lnd tapd

In three terminal windows, cd to core, lnd, and tapd

Build the images from each Dockerfiles:

docker build -t core .
docker build -t lnd .
docker build -t tapd .

Run each container with Docker Compose:

docker compose up -d

Inspect the party Docker bridge network created

docker network inspect party