Skip to content
This repository was archived by the owner on Feb 12, 2021. It is now read-only.

Commit 5b1f328

Browse files
authored
Merge pull request #128 from facastagnini/add-bitcoin
Add bitcoin core container
2 parents e3612b1 + d2a7a2a commit 5b1f328

File tree

2 files changed

+18
-0
lines changed

2 files changed

+18
-0
lines changed

bitcoin/Dockerfile

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
FROM amacneil/bitcoin:latest
2+
LABEL org.freenas.interactive="false" \
3+
org.freenas.version="Latest (Auto Update)" \
4+
org.freenas.upgradeable="true" \
5+
org.freenas.expose-ports-at-host="true" \
6+
org.freenas.autostart="true" \
7+
org.freenas.capabilities-add="NET_BROADCAST"
8+
org.freenas.port-mappings="8332:8332/tcp,8333:8333/tcp,18332:18332/tcp,18333:18333/tcp" \
9+
org.freenas.volumes="[ \
10+
{ \
11+
\"name\": \"/data\", \
12+
\"descr\": \"Configuration volume\" \
13+
}, \
14+
]"
15+

bitcoin/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# bitcoin core container
2+
3+
This container wraps https://hub.docker.com/r/amacneil/bitcoin.

0 commit comments

Comments
 (0)