From 9b8df31932db5d10c851870c0c5005937ae223ca Mon Sep 17 00:00:00 2001 From: tecnovert Date: Fri, 19 Jul 2019 21:23:36 +0200 Subject: [PATCH] Getting docker volume permissions errors on window. --- doc/run.docker.example.txt | 6 ++++++ docker/dockerbuild.bat | 3 ++- docker/dockerup.bat | 3 ++- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/doc/run.docker.example.txt b/doc/run.docker.example.txt index 62682b6..bb95402 100644 --- a/doc/run.docker.example.txt +++ b/doc/run.docker.example.txt @@ -1,3 +1,6 @@ + +Work in progress - doesn't work reliably. + Running on windows 10 Install the latest docker toolbox from: @@ -17,6 +20,9 @@ If you have an existing litecoin chain, copy the contents of your datadir exclud If your litecoin chain is pruned create a new wallet in the existing datadir to avoid having to resync the chain. +Right click -> properties on the coindata folder, in the security tab make sure all users have 'Modify' rights. + + Run the script: dockerbuild.bat It should open a new terminal window and start building the container. diff --git a/docker/dockerbuild.bat b/docker/dockerbuild.bat index af625ea..e839514 100755 --- a/docker/dockerbuild.bat +++ b/docker/dockerbuild.bat @@ -1,2 +1,3 @@ set HTML_PORT=12700:12700 -docker-compose build \ No newline at end of file +docker-compose build +pause diff --git a/docker/dockerup.bat b/docker/dockerup.bat index 7aea0e7..77f6778 100755 --- a/docker/dockerup.bat +++ b/docker/dockerup.bat @@ -1,2 +1,3 @@ set HTML_PORT=12700:12700 -docker-compose up \ No newline at end of file +docker-compose up +pause