Deploy, scale, and secure critical infrastructure with Cleanstart's hardened container images.
10K+
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
Core capabilities and strengths of this container
Typical scenarios where this container excels
Download the container image from the registry
docker pull cleanstart/node:latest
docker pull cleanstart/node:latest-dev
Run the container with basic configuration
docker run -it --name node cleanstart/node:latest
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
Mount local directory for persistent data
docker run -v /app:/app cleanstart/node:latest
Run with custom port mappings
docker run -p 8080:8080 cleanstart/node:latest
Configuration options available through environment variables
| Variable | Default | Description |
|---|---|---|
| ENV | production | Environment mode |
| LOG_LEVEL | info | Logging level |
Recommended security configurations and practices
Recommended security context for Kubernetes deployments
securityContext:
allowPrivilegeEscalation: false
capabilities:
drop:
- ALL
readOnlyRootFilesystem: true
runAsUser: 1000
runAsGroup: 1000
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/
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