From 531f74888de98c53a4799c9dfc702bc06c2ce253 Mon Sep 17 00:00:00 2001 From: Ryan McGuire Date: Fri, 14 Jun 2019 10:52:42 -0400 Subject: [PATCH] Update README.md --- lbrynet/README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/lbrynet/README.md b/lbrynet/README.md index b00e848..7fff2fa 100644 --- a/lbrynet/README.md +++ b/lbrynet/README.md @@ -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 across container restarts. See more in the [Docker volume 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. +