Hi all,
Looking to setup a new storj node based on pi. following this guide:
I know my docker container works as I had other docker containers running. The instructions say I need to do a setup, so I run this command
docker run --rm -e SETUP=“true”
–mount type=bind,source="/root/.local/share/storj/identity/storagenode",destination=/app/identity
–mount type=bind,source="/storj",destination=/app/config
–name storagenode storjlabs/storagenode:latest
and get this
docker: Error response from daemon: OCI runtime create failed: container_linux.go:370: starting container process caused: process_linux.go:326: applying cgroup configuration for process caused: no cgroup mount found in mountinfo: unknown.
last time I ran on pi, I needed to docker a storagenode for specifically arm64, but looks like that went away.
I am stuck at this point.