Forceu / barcodebuddy-docker

Docker image for BarcodeBuddy
MIT License
28 stars 16 forks source link

Docker run doesn't create new container. #3

Closed jyGwx4RwQJ closed 4 years ago

jyGwx4RwQJ commented 4 years ago

I have grocy running in docker (docker-compose) but I can't get barcodebuddy-docker to run. The output of my logs is:

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

I have a feeling this is an architecture issue. I'm running on a raspberry pi 3B+, my architecture is armv7, although Alpine should support this. Any ideas?

Forceu commented 4 years ago

Have you used docker pull f0rc3/barcodebuddy-docker:arm32v7-latest? That would be the correct tag for your architecture

jyGwx4RwQJ commented 4 years ago

That totally solved it, thank you for the quick reply.

Forceu commented 4 years ago

Great to hear! I will probably make a note in the readme about that