From 6376d78b3e4d920e044463c52d4b1e7c25f6295b Mon Sep 17 00:00:00 2001 From: randymcmillan Date: Wed, 9 Jun 2021 20:13:44 -0400 Subject: [PATCH] docs: bump docker lnd dev and testing version --- docs/DOCKER.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/docs/DOCKER.md b/docs/DOCKER.md index 724e12f2..62f00111 100644 --- a/docs/DOCKER.md +++ b/docs/DOCKER.md @@ -110,17 +110,16 @@ to expose RPC ports, use `btcd` or `bitcoind`, or add additional chains. ## LND Development and Testing -To test the Docker production image locally, run the following from -the project root: +To test the Docker production image locally, run the following from the project root: ```shell ⛰ 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 -⛰ 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: