Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 220 Bytes

File metadata and controls

16 lines (11 loc) · 220 Bytes

Node

A Windows Server Core Docker container image with Node.js 4.8.2 installed.

Building

docker build -t node .
docker tag node:latest node:4.8.2

Onbuild

docker build -t node:onbuild onbuild