Skip to content
This repository has been archived by the owner on Jun 16, 2022. It is now read-only.

Latest commit

 

History

History
32 lines (21 loc) · 778 Bytes

README.md

File metadata and controls

32 lines (21 loc) · 778 Bytes

Build

s6-node

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

Usage

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