Sign inSign up

fstehle/rpi-node

By fstehle

Updated almost 8 years ago

RPi-compatible Docker image with Node.js and Cross-build support

Image
0

1.3K

fstehle/rpi-node repository overview

docker-rpi-node

A Raspberry Pi / ARMv7 compatible Docker image with Node.js and Cross-build support

Usage

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.

Tag summary

Content type

Image

Digest

Size

97.4 MB

Last updated

about 10 years ago

docker pull fstehle/rpi-node