gfacciol / zotero_dataserver-docker

Docker image for Zotero Data Server
49 stars 13 forks source link

Installing on Raspberry Pi #2

Closed WanHonghui204 closed 6 years ago

WanHonghui204 commented 7 years ago

I'm getting the following error when trying to install on a Raspberry Pi:

standard_init_linux.go:178: exec user process caused "exec format error"

Can you help?

gfacciol commented 7 years ago

Hi, I think the problem is that the image used in the Dockerfile is a 64bit debian

 FROM debian:wheezy-backports 

You should try changing the image to an ARM one as: armhfbuild/debian (https://github.com/armhf-docker-library/debian)