Stack Explorer

Docker Compose

containers containerization

Tool for defining multi-container applications

Official site

Prerequisites:

docker

Pros and Cons

Ventajas

  • + Declarative YAML definition
  • + Ideal for local development
  • + Automatic networks and volumes
  • + Easy to use

Desventajas

  • - Not for production at scale
  • - Limited to single host
  • - Fewer features than Kubernetes

Casos de Uso

  • Local development
  • Integration testing
  • CI/CD pipelines
  • Demos and prototypes

Related Technologies

Related Tools