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

oznu/docker-s6-alpine-node

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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