Skip to content

Commit

Permalink
Update docs to v0.20.0
Browse files Browse the repository at this point in the history
  • Loading branch information
meeDamian committed Jun 4, 2020
1 parent 184a043 commit 549a959
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 @@ -63,6 +63,7 @@ This repo builds [`bitcoind`] in an auditable way, and packages it into a minima

> **NOTE:** For an always up-to-date list see: https://hub.docker.com/r/lncm/bitcoind/tags
* `v0.20.0`
* `v0.19.1`
* `v0.19.0.1`
* `v0.18.1`
Expand All @@ -78,7 +79,7 @@ This repo builds [`bitcoind`] in an auditable way, and packages it into a minima
First pull the image from [Docker Hub]:

```bash
docker pull lncm/bitcoind:v0.19.1
docker pull lncm/bitcoind:v0.20.0
```

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

```bash
docker pull lncm/bitcoind:v0.19.1-arm64v8
docker pull lncm/bitcoind:v0.20.0-arm64v8
```

#### Start
Expand All @@ -103,7 +104,7 @@ docker run -it --rm --detach \
-p 28332:28332 \
-p 28333:28333 \
--name bitcoind \
lncm/bitcoind:v0.19.1
lncm/bitcoind:v0.20.0
```

That will run bitcoind such that:
Expand Down

0 comments on commit 549a959

Please sign in to comment.