I want to start a node on ubuntu, I did run this command … from above any help on this?
root@sos-home:/home/sv2# docker run -d --restart unless-stopped -p 28967:28967 -p 127.0.0.1:14002:14002 -e WALLET=“0xXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX” -e EMAIL="user@example.com" -e ADDRESS=“domain.ddns.net:28967” -e BANDWIDTH=“20TB” -e STORAGE=“2TB” --mount type=bind,source="",destination=/app/identity --mount type=bind,source="",destination=/app/config --name storagenode storjlabs/storagenode:beta
docker: Error response from daemon: invalid mount config for type “bind”: invalid mount path: ‘’ mount path must be absolute.
See ‘docker run --help’.
Hi i want to use only 1 hard drive.
root@sos-home:/home/sv2# –name storagenode storjlabs/storagenode:beta^C
root@sos-home:/home/sv2# docker run -d --restart unless-stopped -p 28967:28967 \
docker: Error response from daemon: invalid mount config for type “bind”: bind source path does not exist: /insert/insert/Storagenode/Identity/storagenode.
See ‘docker run --help’.
root@sos-home:/home/sv2#