ExchangeUnion / xud-docker

Streamlined setup of xud and all dependencies via docker 🐳
https://docs.exchangeunion.com
GNU Affero General Public License v3.0
5 stars 5 forks source link

Windows path support #757

Closed reliveyy closed 3 years ago

reliveyy commented 3 years ago

It's necessary to run xud script smoothly on Windows. Currently if you type C:\MyXudBackup in backup location question it will break the backup functionality.

And addtional fixes are required in setup.sh.

kilrau commented 3 years ago

This issue is about making Windows mounting work with -v /mnt:/mnt/hostfs to access C:\ with /mnt/hostfs/c.

kilrau commented 3 years ago

Without this, xud-docker on Windows won't be able to safe state to disk and will sync + create from scratch every time the environment is started.

kilrau commented 3 years ago

Closing here in favor of https://github.com/ExchangeUnion/xud-docker/issues/788