Skip to content

Latest commit

 

History

History
30 lines (13 loc) · 1.06 KB

File metadata and controls

30 lines (13 loc) · 1.06 KB

Node.js Dockerfile

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.

Base Docker Image

Installation

  1. Install Docker. (I need to provide more detail about getting it running on raspberry pi 2)

  2. Download image from public Docker Hub Registry: docker pull mikeholczer/docker-armhf-nodejs

Usage

docker run -it --rm mikeholczer/docker-armhf-nodejs

Run node

docker run -it --rm mikeholczer/docker-armhf-nodejs node

Run npm

docker run -it --rm mikeholczer/docker-armhf-nodejs npm