Skip to content

brunneis/bitcoin-core-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bitcoin-core-docker

You can run the latest available image as follows:

docker run -d \
-v "$(pwd)"/bitcoin-data:/root/.bitcoin \
--name bitcoin-core \
-p 8333:8333 \
--restart always \
brunneis/bitcoin-core

All the available tags are listed here.