I tried installation on different systems (Synology NAS with Container Manager and Raspberry Pi with Portainer).
On Raspberry Pi 2 with the docker-compose.yaml from the README:
failed to read dockerfile: open Dockerfile: no such file or directory
I removed this part:
build:
context: .
dockerfile: Dockerfile
then i got: no matching manifest for linux/arm/v7 in the manifest list entries
On my Synology NAS, i got an error about a js file in /apps/. I tried it numerous times. I can't get it to create the container.
A better documentation on how to install Grimoire would be greatly appreciated.
I tried installation on different systems (Synology NAS with Container Manager and Raspberry Pi with Portainer).
On Raspberry Pi 2 with the
docker-compose.yamlfrom the README:failed to read dockerfile: open Dockerfile: no such file or directoryI removed this part:
then i got:
no matching manifest for linux/arm/v7 in the manifest list entriesOn my Synology NAS, i got an error about a js file in /apps/. I tried it numerous times. I can't get it to create the container.
A better documentation on how to install Grimoire would be greatly appreciated.