Unexpected error today

Today, the nodes in the docker stopped working . When trying to start, an error appears
C:\Users\xxxxx>docker run -d --restart unless-stopped --stop-timeout 300 -p 28969:28967/tcp -p 28969:28967/udp -p 14003:14002 -e WALLET=“0xc6xxxxxxxxx56ef4E2F2845EfF39BA” -e EMAIL=“xxxxx@xxx” -e ADDRESS=“xxx.xxx.xx.xx:28969” -e STORAGE=“9.8TB” --mount type=bind,source=“C:\files\storj_identity\storj_03\Storj\Identity\storagenode”,destination=/app/identity --mount type=bind,source=“Q:\storj_03”,destination=/app/config --name storagenode_03 storjlabs/storagenode:latest
docker: Error response from daemon: invalid mount config for type “bind”: stat /run/desktop/mnt/host/q/storj_03: invalid argument.
See ‘docker run --help’.
It used to work fine

You shouldnt be running docker in windows for storj you should be using the GUI it is much better docker is very unstable for windows.

1 Like

Yes, docker for windows is unstable. This was solved by restarting the docker 2 times. But in the GUI, I can’t run more than 1 node.

Theres a few here that run more then one storagenode though windows GUI, You can also run on linux to run more then one storagenode though docker which is much better then windows. I dont know if this program still works for windows but here is the link for it, Release Storejnode Toolbox · TonyTosol/Storj-Node-Toolbox · GitHub

1 Like