mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-02-22 14:22:37 +01:00
docs: bump docker lnd dev and testing version
This commit is contained in:
parent
42099ef5e1
commit
6376d78b3e
1 changed files with 3 additions and 4 deletions
|
@ -110,17 +110,16 @@ to expose RPC ports, use `btcd` or `bitcoind`, or add additional chains.
|
||||||
|
|
||||||
## LND Development and Testing
|
## LND Development and Testing
|
||||||
|
|
||||||
To test the Docker production image locally, run the following from
|
To test the Docker production image locally, run the following from the project root:
|
||||||
the project root:
|
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
⛰ docker build . -t myrepository/lnd:master
|
⛰ docker build . -t myrepository/lnd:master
|
||||||
```
|
```
|
||||||
|
|
||||||
To choose a specific branch or tag instead, use the "checkout" build-arg. For example, to build the latest commits in master:
|
To choose a specific [branch](https://github.com/lightningnetwork/lnd/branches) or [tag](https://hub.docker.com/r/lightninglabs/lnd/tags?page=1&ordering=last_updated) instead, use the "checkout" build-arg. For example, to build the latest tagged commit:
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
⛰ docker build . --build-arg checkout=v0.8.0-beta -t myrepository/lnd:v0.8.0-beta
|
⛰ docker build . --build-arg checkout=v0.13.0-beta -t myrepository/lnd:v0.13.0-beta
|
||||||
```
|
```
|
||||||
|
|
||||||
To build the image using the most current tag:
|
To build the image using the most current tag:
|
||||||
|
|
Loading…
Add table
Reference in a new issue