Select Container Runtime

Available Container Templates

Select a template to deploy in your simulated environment

🌐
Web Server Beginner

Nginx

High-performance web server

Ports: 80:80443:443
🐘
Database Intermediate

PostgreSQL

Powerful relational database

Ports: 5432:5432
📦
Cache Beginner

Redis

In-memory data store

Ports: 6379:6379
📊
Monitoring Intermediate

Grafana

Metrics visualization

Ports: 3000:3000
🔥
Monitoring Advanced

Prometheus

Time-series database

Ports: 9090:9090
📝
Development Intermediate

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

docker logs
[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