cleanstart/node

Verified Publisher

By CleanStart

Updated about 4 hours ago

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

Image
Languages & frameworks
0

10K+

cleanstart/node repository overview

Container Documentation for Node Documentation

Enterprise-ready Node.js runtime environment optimized for containerized applications. Features security hardening, performance optimization, and comprehensive tooling for building, testing, and deploying JavaScript/TypeScript applications at scale.

📌 Base Foundation: Production-ready container from cleanstart.

Image Path: cleanstart/node:latest

Registry: CleanStart

Key Features

Core capabilities and strengths of this container

Common Use Cases

Typical scenarios where this container excels

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

Environment Variables

Configuration options available through environment variables

VariableDefaultDescription
ENVproductionEnvironment mode
LOG_LEVELinfoLogging level

Security Best Practices

Recommended security configurations and practices

Kubernetes Security Context

Recommended security context for Kubernetes deployments

securityContext:
  allowPrivilegeEscalation: false
  capabilities:
    drop:
    - ALL
  readOnlyRootFilesystem: true
  runAsUser: 1000
  runAsGroup: 1000
## Documentation Resources Essential links and resources for further information

CleanStart Images: https://images.cleanstart.com/

Community Images:
Docker Hub: https://hub.docker.com/u/cleanstart
GitHub: https://github.com/cleanstart-containers
AWS ECR Public Gallery: https://gallery.ecr.aws/cleanstart/

Presence on Social Media:
Community: https://www.linkedin.com/groups/18324021/
YouTube: https://www.youtube.com/@CleanStartOfficial

Contribute to Container Use Cases: https://github.com/cleanstart-dev/cleanstart-use-cases/

Tag summary

Content type

Image

Digest

sha256:61eeb76e9

Size

86.5 MB

Last updated

about 4 hours ago

docker pull cleanstart/node:26.5.0-amd64-dev