RPi-compatible Docker image with Node.js and Cross-build support
1.3K
A Raspberry Pi / ARMv7 compatible Docker image with Node.js and Cross-build support
Create your Dockerfile as follows:
FROM fstehle/rpi-node:4
RUN [ "cross-build-start" ]
RUN ...
RUN [ "cross-build-end" ]
This will enable you to build the Docker image on a x86 machine, eg. DockerHub.
Content type
Image
Digest
Size
97.4 MB
Last updated
about 10 years ago
docker pull fstehle/rpi-node