mirror of
https://github.com/basicswap/basicswap.git
synced 2024-12-23 03:49:25 +00:00
Getting docker volume permissions errors on window.
This commit is contained in:
parent
519c7b717e
commit
9b8df31932
3 changed files with 10 additions and 2 deletions
|
@ -1,3 +1,6 @@
|
||||||
|
|
||||||
|
Work in progress - doesn't work reliably.
|
||||||
|
|
||||||
Running on windows 10
|
Running on windows 10
|
||||||
|
|
||||||
Install the latest docker toolbox from:
|
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.
|
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
|
Run the script: dockerbuild.bat
|
||||||
|
|
||||||
It should open a new terminal window and start building the container.
|
It should open a new terminal window and start building the container.
|
||||||
|
|
|
@ -1,2 +1,3 @@
|
||||||
set HTML_PORT=12700:12700
|
set HTML_PORT=12700:12700
|
||||||
docker-compose build
|
docker-compose build
|
||||||
|
pause
|
||||||
|
|
|
@ -1,2 +1,3 @@
|
||||||
set HTML_PORT=12700:12700
|
set HTML_PORT=12700:12700
|
||||||
docker-compose up
|
docker-compose up
|
||||||
|
pause
|
||||||
|
|
Loading…
Reference in a new issue