Troubles setting up the node

I was on the last step of setting up the node and when i typed this command in the terminal window: docker run -d --restart unless-stopped --stop-timeout 300 -p 28967:28967 -p 127.0.0.1:14002:14002 -e WALLET=“0x*************************************************” -e EMAIL="**************************" -e ADDRESS=“mcborovstoragenode.ddns.net:28967” -e STORAGE=“536GB” --mount type=bind,source="<C:\Users\Disk-server\AppData\Roaming\Storj\Identity\storagenode\ca.key>",destination=/app/identity --mount type=bind,source="<A:\Storage>",destination=/app/config --name storagenode storjlabs/storagenode:beta
it would always say "docker:error response from daemon: invalid mount config for type “bind”: invalid mount path: ‘/app/indentity’.
See ‘docker run --help’.

You might wanna try without the “<>” symbols.

1 Like

It look like a typo indentity. ?

It looks like you’re trying to use docker on Windows. I’d recommend using the Windows installer instead of the CLI method, docker on windows does not seem to be very stable.

1 Like

That worked! Thanks dude