Can't run setup, "invalid mount config for type "bind": bind source path does not exist"

I’ve checked the other threads and haven’t found a solution. I’m on docker-ce, I followed the instructions to a tee, twice. I’ve copied the address directly.

any help much appreciated.

docker run --rm -e SETUP="true" \
    --user $(id -u):$(id -g) \
    --mount type=bind,source="/.local/share/storj/identity/storagenode",destination=/app/identity \
    --mount type=bind,source="/media/drive006/storj",destination=/app/config \
    --name storagenode storjlabs/storagenode:latest

Doesn’t seem right. I’m sure it should be something like

/home/ronin/.local/share/storj/identity/storagenode
3 Likes

fixed. thank you.

I copied the directions from here Concepts - Storj Node Operator Docs originally

2 Likes