cleanstart/etcd

Verified Publisher

By CleanStart

•Updated 1 day ago

Secure by Design, Built for Speed, Hardened Container Images on a minimal base CleanStart OS.

Image
Integration & delivery
Databases & storage
0

10K+

cleanstart/etcd repository overview

⁠Container Documentation for Etcd Documentation

The CleanStart Etcd image provides a production-ready, security-hardened container optimized for enterprise environments. Built on a minimal base OS with comprehensive security hardening, this image delivers reliable application execution with advanced security features.

šŸ“Œ Base Foundation: Production-ready container from cleanstart.

Image Path: cleanstart/etcd

Registry: cleanstart Registry

⁠Pull Latest Image

Download the container image from the registry

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

⁠Basic Run

Run the container with basic configuration

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

⁠Production Deployment

Deploy with production security settings

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

Volume Mount Mount local directory for persistent data

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

Port Forwarding Run with custom port mappings

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

⁠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:e2d6f5221…

Size

43.9 MB

Last updated

1 day ago

docker pull cleanstart/etcd:3.7.0-amd64