Sign inSign up

cleanstart/node

Verified Publisher

By CleanStart

Updated about 18 hours ago

Deploy, scale, and secure critical infrastructure with Cleanstart's hardened container images.

Image
Languages & frameworks
0

50K+

cleanstart/node repository overview

Verified NODE Container Image

A hardened, minimal NODE container image built from source with verifiable software provenance and an SBOM, designed for secure production deployments.

For additional versions including FIPS support, explore CleanStart Images — secure, hardened container images

Pull Latest Image

Download the container image from the registry

docker pull cleanstart/node:latest
docker pull cleanstart/node:latest-dev

Basic Run

Run the container with basic configuration

docker run -it --name node cleanstart/node:latest

Production Deployment

Deploy with production security settings

docker run -d --name node-prod \
  --security-opt=no-new-privileges \
  --user 1000:1000 \
  --restart unless-stopped \
  cleanstart/node:latest

Volume Mount Mount local directory for persistent data

docker run -v /app:/app cleanstart/node:latest

Port Forwarding Run with custom port mappings

docker run -p 8080:8080 cleanstart/node:latest

Why Use CleanStart Images

  • Verified — Built from source with verifiable software provenance
  • Hardened — Minimal software footprint designed for secure deployment
  • Transparent — SBOM available for visibility into image contents
  • Production-ready — Built for modern container environments

Tag summary

Content type

Image

Digest

sha256:7cf48d903

Size

110.4 MB

Last updated

about 18 hours ago

docker pull cleanstart/node