Choose a Lab Template

Each template provisions a real LXC container on isolated infrastructure

💻 Beginner

Linux Sandbox

Alpine Linux with bash, vim, curl

1 vCPU 512MB RAM 60 min
🐳 Intermediate

Container Workshop

Docker-in-container environment

1 vCPU 512MB RAM 60 min
🌐 Intermediate

Networking Lab

3 interconnected containers

1 vCPU 512MB RAM 60 min
📝 Advanced

IaC Playground

Ansible + target container

1 vCPU 512MB RAM 60 min

Running Containers

0 active
🐳

No containers running

Select a template to get started

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. Powers these labs.

  • Full init systems
  • Better for persistent workloads
  • Used by Proxmox