This is a base Node.js image with the S6 Overlay and support for x86_64 and ARM (Raspberry Pi 1, 2, 3).
Alpine/Ubuntu Linux + S6 Overlay + Node
See the S6 Overlay Documentation for details on how to manage services.
x86_64:
docker run oznu/s6-node:amd64
docker run oznu/s6-node:ubuntu-amd64
ARM:
docker run oznu/s6-node:arm32v6
docker run oznu/s6-node:ubuntu-arm32v7
AARCH64:
docker run oznu/s6-node:arm64v8
docker run oznu/s6-node:ubuntu-arm64v8