Skip to content

mullojo/BLT

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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