Hey there,
I am curious if I can run a Catapult Server on a Raspberry Pi? (for educational purposes) I have Raspbian Jessie Lite installed and tried to install the server as described in the guide (https://nemtech.github.io/getting-started/setup-workstation.html) but when trying to run docker-compose up
there’s just this error:
Pulling db (mongo:)...
latest: Pulling from library/mongo
ERROR: no matching manifest for unknown in the manifest list entries
Am I doing things wrong, is this build not compiled for arm architecture or is the raspberry just not support?