Getting docker volume permissions errors on window.

2024-05-20_merge
tecnovert 6 years ago
parent 519c7b717e
commit 9b8df31932
No known key found for this signature in database
GPG Key ID: 13F13651C9CF0D6B
  1. 6
      doc/run.docker.example.txt
  2. 3
      docker/dockerbuild.bat
  3. 3
      docker/dockerup.bat

@ -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.

@ -1,2 +1,3 @@
set HTML_PORT=12700:12700
docker-compose build
docker-compose build
pause

@ -1,2 +1,3 @@
set HTML_PORT=12700:12700
docker-compose up
docker-compose up
pause

Loading…
Cancel
Save