Skip to content
This repository has been archived by the owner on Sep 7, 2023. It is now read-only.

Problem with API container #4

Open
nicolastarzia opened this issue May 20, 2018 · 2 comments
Open

Problem with API container #4

nicolastarzia opened this issue May 20, 2018 · 2 comments

Comments

@nicolastarzia
Copy link
Contributor

When I try to execute docker-compose up -d, on my raspberry pi, the API container exit with the error:

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

I think it's a problem with postgrest/postgrest image, because it is another architecture.

@cuducos
Copy link
Owner

cuducos commented May 20, 2018

True story. I wasn't running the API on the RaspberryPi so I missed that. Thanks for reporting. I'm not sure about how to proceed, maybe cloning their Dockerfile and hopefully the build in the Raspberry PI would work.

Anyway: I'm aware PostgREST has (has had?) issues with ARM processors, and I opened an issue asking for a Docker image for ARM: PostgREST/postgrest#1117

@nicolastarzia
Copy link
Contributor Author

Thanks, to open a issue on PostgREST repo.

Doing a docker image inspect postgrest/postgrest
The architecture is: "Architecture": "amd64",

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants