Container Lab
Explore containerized services in a simulated environment
Select Container Runtime
Available Container Templates
Select a template to deploy in your simulated environment
Nginx
High-performance web server
Ports:
80:80443:443
PostgreSQL
Powerful relational database
Ports:
5432:5432
Redis
In-memory data store
Ports:
6379:6379
Grafana
Metrics visualization
Ports:
3000:3000
Prometheus
Time-series database
Ports:
9090:9090
Gitea
Self-hosted Git
Ports:
3000:300022:22
Running Containers
0 running
0 stopped
No containers running
Deploy a template to get started
Command Output
[INFO] Container Lab initialized
[INFO] Select a container template to deploy
Container Concepts
🐳 Docker Containers
Lightweight, portable execution environments that package applications with their dependencies.
- Image-based deployment
- Isolated networking
- Volume mounts for persistence
☸️ Kubernetes
Container orchestration platform for automating deployment, scaling, and management.
- Pod-based workloads
- Service discovery
- Auto-scaling & healing
📦 LXC Containers
System containers that provide full Linux environments with lower overhead than VMs.
- Full init systems
- Better for persistent workloads
- Used by Proxmox