This repository contains Dockerfile of Node.js for Docker's (https://registry.hub.docker.com/u/mikeholczer/docker-armhf-nodejs/) published to the public Docker Hub Registry. I would have made it an automated build, but it seems that armhf architectures aren't supported.
-
Install Docker. (I need to provide more detail about getting it running on raspberry pi 2)
-
Download image from public Docker Hub Registry:
docker pull mikeholczer/docker-armhf-nodejs
docker run -it --rm mikeholczer/docker-armhf-nodejs
docker run -it --rm mikeholczer/docker-armhf-nodejs node
docker run -it --rm mikeholczer/docker-armhf-nodejs npm