Skip to content

Commit 0578fda

Browse files
iorchcdecker
authored andcommitted
add instructions to build the docker image
1 parent 1ccf532 commit 0578fda

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
@@ -194,7 +194,11 @@ Edit your config file, `$HOME/.bitcoin/bitcoin.conf`, and be sure the following
194194
```
195195
<network_name>=1
196196
```
197-
197+
Build the image:
198+
```
199+
docker build . -t mycln-plugins
200+
```
201+
Run the container:
198202
| network | network\_name | command |
199203
|-----------|---------------|---------|
200204
| 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)