mirror of
https://github.com/Retropex/docker-bitcoind.git
synced 2025-05-29 13:32:39 +02:00
Update more examples in README
This commit is contained in:
parent
ff52828ec0
commit
839046019f
@ -83,7 +83,7 @@ This repo builds [`bitcoind`] in an [auditable way](https://github.com/lncm/dock
|
|||||||
First pull the image from [Docker Hub]:
|
First pull the image from [Docker Hub]:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
docker pull lncm/bitcoind:v0.21.1
|
docker pull lncm/bitcoind:v22.0
|
||||||
```
|
```
|
||||||
|
|
||||||
> **NOTE:** Running above will automatically choose native architecture of your CPU.
|
> **NOTE:** Running above will automatically choose native architecture of your CPU.
|
||||||
@ -93,7 +93,7 @@ docker pull lncm/bitcoind:v0.21.1
|
|||||||
Or, to pull a specific CPU architecture:
|
Or, to pull a specific CPU architecture:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
docker pull lncm/bitcoind:v0.21.1-arm64v8
|
docker pull lncm/bitcoind:v22.0-arm64v8
|
||||||
```
|
```
|
||||||
|
|
||||||
#### Start
|
#### Start
|
||||||
@ -114,7 +114,7 @@ docker run -it --rm --detach \
|
|||||||
-p 28332:28332 \
|
-p 28332:28332 \
|
||||||
-p 28333:28333 \
|
-p 28333:28333 \
|
||||||
--name bitcoind \
|
--name bitcoind \
|
||||||
lncm/bitcoind:v0.21.1
|
lncm/bitcoind:v22.0
|
||||||
```
|
```
|
||||||
|
|
||||||
That will run bitcoind such that:
|
That will run bitcoind such that:
|
||||||
|
Loading…
Reference in New Issue
Block a user