Downloading the Storage Node Docker Container

you do need to share the drives you will use for your node. It requires the credentials for your windows account to access the drives.

However, this will not solve the issue of it not recognizing docker as a command. It should work automatically if docker is running.

docker is installed on c. in the terminal I need to specify the whole path or just specify c: \ docker pull storjlabs / storagenode: alpha

You don’t have to use a path at all. Just docker pull storjlabs/storagenode:alpha you have a lot of spaces in the command you posted that should not be there.

I created a container, but it turned out with errors.
I deleted all the container - docker ps -a -q.
then docker pull storjlabs / storagenode: alpha
then docker run -d --restart unless-stopped -p 28967: 28967 -e WALLET = "0x …
I get an error that the name is busy.
how to delete the container and create right again?

Thank you all very much, the node has earned

2 posts were split to a new topic: How to install storagenode on Windows Server 2016