Update README.md
This commit is contained in:
parent
0d197cd793
commit
531f74888d
1 changed files with 10 additions and 0 deletions
|
@ -59,3 +59,13 @@ docker run --rm -it -v wallet:/home/lbrynet lbrynet-x86 lbrynet start
|
||||||
This automatically creates a docker volume called `wallet` and it will persist
|
This automatically creates a docker volume called `wallet` and it will persist
|
||||||
across container restarts. See more in the [Docker volume
|
across container restarts. See more in the [Docker volume
|
||||||
documentation](https://docs.docker.com/storage/volumes/)
|
documentation](https://docs.docker.com/storage/volumes/)
|
||||||
|
|
||||||
|
If you would rather not use a docker volume, you can mount a directory
|
||||||
|
from your host instead:
|
||||||
|
|
||||||
|
```
|
||||||
|
docker run --rm -it -v /path/on/your/host:/home/lbrynet lbrynet-x86 lbrynet start
|
||||||
|
```
|
||||||
|
|
||||||
|
Either way, the container uses the configuration from `/home/lbrynet` inside the container.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue