tomcat
Secure by Design, Built for Speed, Hardened Container Images on a minimal base CleanStart OS.
10K+
Container Documentation for Tomcat Documentation
The CleanStart Tomcat 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: Security-hardened, minimal base OS designed for enterprise containerized environments.
Image Path: cleanstart/tomcat:latest
Registry: Docker Hub
Core capabilities and strengths of this container
Typical scenarios where this container excels
Download the container image from the registry
docker pull cleanstart/tomcat:latest
docker pull cleanstart/tomcat:latest-dev
Run the container with basic configuration
docker run -it --name tomcat cleanstart/tomcat:latest
Deploy with production security settings
docker run -d --name tomcat-prod \
--security-opt=no-new-privileges \
--restart unless-stopped \
cleanstart/tomcat:latest
Mount local directory for persistent data
docker run -v /app:/app cleanstart/tomcat:latest
Run with custom port mappings
docker run -p 8080:8080 cleanstart/tomcat:latest
Configuration options available through environment variables
| Variable | Default | Description |
|---|---|---|
| PATH | /usr/local/sbin:/... | System PATH configuration |
Recommended security configurations and practices
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:16526833b…
Size
99.6 MB
Last updated
about 20 hours ago
docker pull cleanstart/tomcat:11.0.24-amd64