Skip to content

Commit 593ffd6

Browse files
committed
add instructions to build the docker image
1 parent ff31fa0 commit 593ffd6

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,11 @@ Edit your config file, `$HOME/.bitcoin/bitcoin.conf`, and be sure the following
178178
```
179179
<network_name>=1
180180
```
181-
181+
Build the image:
182+
```
183+
docker build . -t mycln-plugins
184+
```
185+
Run the container:
182186
| network | network\_name | command |
183187
|-----------|---------------|---------|
184188
| bitcoin | bitcoin |`docker run -it --rm --network=host -v $HOME/.lightning:/root/.lightning -v $HOME/.bitcoin:/root/.bitcoin mycln-plugins --disable-plugin=bcli --log-level=debug --database-upgrade=true --sauron-api-endpoint https://blockstream.info/api/`|

0 commit comments

Comments
 (0)