standard_init_linux.go:178: exec user process caused "no such file or directory"
Sispheor opened this issue · 1 comments
Sispheor commented
Hi, I have an error with the image.
With the tag latest
docker run --rm -it resin/rpi-raspbian:jessie /bin/bash
standard_init_linux.go:178: exec user process caused "no such file or directory"
I saw on doker hub that you recommand to user the tag jessie-20160831. So I gave a try
docker run --rm -it resin/rpi-raspbian:jessie-20160831 /bin/bash
standard_init_linux.go:178: exec user process caused "no such file or directory"
Same error.
Is the image supposed to work on any CPU? I try to run it from my Ubuntu 16.04 which it has a x86_64 processor.
Sispheor commented
Ok, the image is created for ARM architecture only.
I can close the issue.
Sorry for the disturbance !