Secure by Design, Built for Speed, Hardened Container Images on a minimal base CleanStart OS.
50K+
Container Documentation for Wave
Wave is a high-performance container runtime environment optimized for enterprise deployments. It provides a secure, scalable platform for running containerized applications with advanced monitoring, security features, and deployment flexibility. Ideal for microservices architectures, cloud-native applications, and DevOps pipelines.
š Base Foundation: Security-hardened, minimal base OS designed for enterprise containerized environments from Registry.Example Registry.
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/wave:latest
docker pull cleanstart/wave:latest-dev
Basic Run Run the container with basic configuration
docker run -it --name wave-test cleanstart/wave:latest-dev
Production Deployment Deploy with production security settings
docker run -d --name wave-prod \
--read-only \
--security-opt=no-new-privileges \
--user 1000:1000 \
cleanstart/wave:latest
Environment Variables Configuration options available through environment variables
| Variable | Default | Description |
|---|---|---|
| PATH | /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin | System PATH configuration |
| HOME | /home/user | User home directory |
| USER | user | Default username |
| SHELL | /bin/sh | Default shell |
Security Best Practices Recommended security configurations and practices
Kubernetes Security Context Recommended security context for Kubernetes deployments
securityContext:
runAsNonRoot: true
runAsUser: 1000
runAsGroup: 1000
readOnlyRootFilesystem: true
allowPrivilegeEscalation: false
capabilities:
drop: ["ALL"]
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/ā
Content type
Image
Digest
sha256:2bd4c38c7ā¦
Size
37.3 MB
Last updated
about 11 hours ago
docker pull cleanstart/wave:0.11.0-amd64