Open RidaAyed opened 4 years ago
Hi @RidaAyed
As far as I know it is the first time that someone tries to execute Parsr on a Raspberry.
We will investigate the issue asap.
Thanks for feedback!
Hi @RidaAyed the docker image is not build for arch machine and so that can't work for now.
All modern Mac computers now run on ARM as well so this is not only a Raspberry Pi problem.
In trying to build the docker images for ARM it fails because Google Chrome is not packaged for ARM (and thus not found by apt-get install google-chrome-unstable
). I don't know if chromium-browser
would be acceptable substitute, but it is packaged for ARM, apparently.
Summary Docker run returns exec format error
Steps To Reproduce Steps to reproduce the behavior:
Expected behavior Works without error
Actual behavior standard_init_linux.go:211: exec user process caused "exec format error"
Environment Raspberry Pi 3 Model B Plus Rev 1.3 (Raspbian 4.19.66-v7+)