I have successfully got the ubuntu Dockerfile to build and run on Raspberry Pi:
Linux pi 4.14.98-v7+ #1200 SMP Tue Feb 12 20:27:48 GMT 2019 armv7l GNU/Linux
using ENV ARCH=armv6l in the Dockerfile.
However I was hoping for a smaller, lighter version so I tried your Dockerfile.alpine variant.
It built fine but when I tried to run it I saw the following error:
$ docker logs -f flic
standard_init_linux.go:207: exec user process caused "no such file or directory"
standard_init_linux.go:207: exec user process caused "no such file or directory"
standard_init_linux.go:207: exec user process caused "no such file or directory"
standard_init_linux.go:207: exec user process caused "no such file or directory"
I am not experienced enough in docker on the pi to understand where the issue may lie ... any ideas?
Thanks again.
Below is my docker build output in case important:
Thanks for making this project - very helpful.
I have successfully got the ubuntu Dockerfile to build and run on Raspberry Pi:
using
ENV ARCH=armv6l
in the Dockerfile.However I was hoping for a smaller, lighter version so I tried your
Dockerfile.alpine
variant. It built fine but when I tried to run it I saw the following error:I am not experienced enough in docker on the pi to understand where the issue may lie ... any ideas?
Thanks again.
Below is my
docker build
output in case important: