Mine doesn't work either. One diff: I'm pulling latest vs. beta
This is the error after attempting to add the container:
-v '/mnt/user/BlackTowerMain/storj/identity/storagenode/':'/app/identity/':'rw' -v '/mnt/user/BlackTowerMain/storj/':'/app/config/':'rw' --mount type=bind,source="/mnt/user/[your identity directory]/identity/storagenode/",destination=/app/identity --mount type=bind,source="/mnt/user/[your storage directory]/",destination=/app/config 'storjlabs/storagenode:latest'
/usr/bin/docker: Error response from daemon: invalid mount config for type "bind": bind source path does not exist: /mnt/user/[your identity directory]/identity/storagenode/.
Something to do with [your identity directory] perhaps?
since it doesn't fit: /mnt/user/BlackTowerMain/storj/identity/storagenode/
Files are there :
root@BlackTower:/mnt/user/BlackTowerMain/storj/identity/storagenode# ls
ca.xxxxxx.cert ca.cert ca.key identity.xxx.cert identity.cert identity.key
root@BlackTower:/mnt/user/BlackTowerMain/storj# ls
config.yaml identity/ revocations.db run\ commands storage/ trust-cache.json
Kinda out of ideas for the template. Next I guess I'll just do it via CLI