Skip to content

Commit

Permalink
Merge pull request #56 from nolim1t/docs-0.21.1
Browse files Browse the repository at this point in the history
Update Readme with 0.21.1 in the docs
  • Loading branch information
nolim1t authored May 17, 2021
2 parents 4c208df + 924423f commit 1effe99
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ This repo builds [`bitcoind`] in an [auditable way](https://github.com/lncm/dock

> **NOTE:** For an always up-to-date list see: https://hub.docker.com/r/lncm/bitcoind/tags
* `v0.21.1`
* `v0.21.0`
* `v0.20.0`
* `v0.19.1`
Expand All @@ -81,7 +82,7 @@ This repo builds [`bitcoind`] in an [auditable way](https://github.com/lncm/dock
First pull the image from [Docker Hub]:

```bash
docker pull lncm/bitcoind:v0.21.0
docker pull lncm/bitcoind:v0.21.1
```

> **NOTE:** Running above will automatically choose native architecture of your CPU.
Expand All @@ -91,7 +92,7 @@ docker pull lncm/bitcoind:v0.21.0
Or, to pull a specific CPU architecture:

```bash
docker pull lncm/bitcoind:v0.21.0-arm64v8
docker pull lncm/bitcoind:v0.21.1-arm64v8
```

#### Start
Expand All @@ -112,7 +113,7 @@ docker run -it --rm --detach \
-p 28332:28332 \
-p 28333:28333 \
--name bitcoind \
lncm/bitcoind:v0.21.0
lncm/bitcoind:v0.21.1
```

That will run bitcoind such that:
Expand Down

0 comments on commit 1effe99

Please sign in to comment.