kabturek / monitor.sh

MIT License
2 stars 2 forks source link

Raspberry Pi #5

Open roblandry opened 5 years ago

roblandry commented 5 years ago

You should create a Dockerfile for raspberrypi

FROM multiarch/debian-debootstrap:armhf-stretch

seems to work

kabturek commented 5 years ago

thanks, will check it out

kabturek commented 5 years ago

you're using rasp pi zero/rasp pi 1 ? the ubuntu base image that we use doesn't support arm6 (just arm7) i've made a new tag and pushed to docker hub but it has problems with building it (it builds fine locally). need to debug this more