Skip to content

Latest commit

 

History

History

README.md

Tutorials

End-to-end walkthroughs of common Container-Compose scenarios. Each tutorial is paired with a working compose file under Sample Compose Files/.

Tutorial What you'll learn Sample
Build with target Multi-stage Dockerfile builds Build with target/
Configs and Secrets Managing configuration and sensitive data Configs and Secrets/
Healthchecked Redis Defining and monitoring service health Healthchecked Redis/
Healthchecked Web Orchestrating health-based dependencies Healthchecked Web/
Logging driver Logging configuration and support status Logging driver/
Multi-network with aliases Network isolation and alias status Multi-network with aliases/
Profiles Managing environment-specific services Profiles/
Resource limits Constraining CPU and memory usage Resource limits/

Suggested order

For new users: Healthchecked Redis → Profiles → Resource limits → Configs and Secrets

Going further