I just updated docker and now the node wont start, I get this error in cmd
docker exec -it storagenode /app/dashboard.sh
Error response from daemon: Container 39b0e821f9db51f28d59262028892464981eedfdd8e41a8a435fd5dbe9255e33 is not running
I tried to install the gui but it will give some error and the install will not finish so Im stuck with docker
C:\Users\alex>docker start storagenode
Error response from daemon: invalid mount config for type âbindâ: bind source path does not exist: /host_mnt/e/identity/storagenode
Error: failed to start containers: storagenode
hmm it does not want to start and I have not changed any settings
C:\Users\alex>docker ps -a
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
39b0e821f9db storjlabs/storagenode:alpha â/entrypointâ 12 days ago Exited (255) 47 minutes ago 0.0.0.0:28967->28967/tcp storagenode
68adfa0fa499 storjlabs/watchtower:latest â/watchtower storageâŚâ 3 months ago Up 26 minutes watchtower
Open a Docker desktop settings and clear selection of shared drives, click the Apply. Select all mentioned in the docker run command drives (I guess C: and E:) and click the Apply again.
Then run the container with all your parameters.
Now the next trick - please, restart the docker from the docker desktop icon in the system tray.
If it doesnât help - then use the reset to the defaults from there.
ok so I removed the shared drives, saved changes then restarted docker and after running the long command the docker asked if I wanted to share drive E and I said yes and still got the error
docker: Error response from daemon: invalid mount config for type âbindâ: bind source path does not exist: /host_mnt/e/identity/storagenode.