Skip to content

Commit efabc75

Browse files
author
Claudio Raimondi
committed
Update docker documentation [skip ci]
1 parent c3e4e8b commit efabc75

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

doc/getting-started/getting-started/installation.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,11 @@ To install for a specific version, for example, 24.05:
4141
docker pull elementsproject/lightningd:v24.05
4242
```
4343

44+
To run the Docker container:
45+
46+
```shell
47+
docker run --rm --init --user $(id -u):$(id -g) -v /path/on/host/lightning-data:/root/.lightning -p 9735:9735 -p 9835:9835 lightningd
48+
4449
See all of the docker images for Core Lightning on [Docker Hub](https://hub.docker.com/r/elementsproject/lightningd/tags).
4550

4651
# Third-party apps

0 commit comments

Comments
 (0)