Update more examples in README

This commit is contained in:
nolim1t 2021-09-15 10:27:08 +07:00
parent ff52828ec0
commit 839046019f
No known key found for this signature in database
GPG Key ID: F6287B82CC84BCBD

View File

@ -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: