Skip to content

particle4dev/docker-node

Repository files navigation

Dockerized NodeJS with dumb-init

This repository contains Dockerized NodeJS with dumb-init. Repository name in Docker Hub: particle4dev/node

dumb-init is a simple process supervisor and init system designed to run as PID 1 inside minimal container environments (such as Docker). It is deployed as a small, statically-linked binary written in C.


CircleCI

Configuration

This docker image contains the following software stack:

Usage

Show usage

$ docker run --rm particle4dev/node node -h

Examples

Please go to examples/expressjs

How to add a new version

  • Step1: Open VERSIONS file

  • Step2: Add version you wanted in bottom the file. E.g

node-8.9.3-dumb-1.2.1

Releases

No releases published

Packages

No packages published

Languages