Hi,
I'm running this node on a Synology Docker (as described here: https://medium.com/decentralize-today/how-to-run-a-monero-node-on-a-synology-nas-3a3ed36bc3f8) but I am having a few issues:
When I look on the mapped drive, the folder is completely empty. I did use the parameter: -v /volume1/docker/MyNode:/home/.bitmonero
When I go to /volume1/docker/MyNode there is absolutely nothing. However, if I attach to the Docker process using: docker exec -ti MyNode bash I am able to see that there are various files, in 5GB file (although this has been running for 5 days. It should only have taken an hour or so do download the whole DB so I don't understand that part either).
Is there an explanation why I can't see the files on my mapped drive? I assume this is related to the fact that the container runs under the monero user?
My concern is that if I need to update the container by deleting it and re-running it, I'll lose the DB. From the looks of it, it will take me a couple of weeks to build the DB, which also doesn't make any sense. Any possible explanation on that?
Thanks
Hi,
I'm running this node on a Synology Docker (as described here: https://medium.com/decentralize-today/how-to-run-a-monero-node-on-a-synology-nas-3a3ed36bc3f8) but I am having a few issues:
When I look on the mapped drive, the folder is completely empty. I did use the parameter:
-v /volume1/docker/MyNode:/home/.bitmoneroWhen I go to /volume1/docker/MyNode there is absolutely nothing. However, if I attach to the Docker process using:
docker exec -ti MyNode bashI am able to see that there are various files, in 5GB file (although this has been running for 5 days. It should only have taken an hour or so do download the whole DB so I don't understand that part either).Is there an explanation why I can't see the files on my mapped drive? I assume this is related to the fact that the container runs under the monero user?
My concern is that if I need to update the container by deleting it and re-running it, I'll lose the DB. From the looks of it, it will take me a couple of weeks to build the DB, which also doesn't make any sense. Any possible explanation on that?
Thanks