Skip to main content

13 docs tagged with "compose"

View all tags

Docker Compose Basics

Practical docker compose tutorial: learn concepts and a copy-pasteable example to run a multi-container app, plus common mistakes and best practices.

Docker Compose Extra Hosts

How to use extra_hosts in Docker Compose to add entries to /etc/hosts inside containers. Essential for DNS mocking and accessing host services.

Docker Compose Templates

Copy-paste ready Docker Compose templates for common stacks: Node+Postgres, Python+Redis, WordPress, and more.

Docker Compose Watch

Learn how to use 'docker compose watch' for hot-reloading and faster development cycles.

Dockerfile vs Docker Compose

Compare Dockerfile vs Docker Compose: what each does, when to use them, and an example combining both for a multi-service app.

Install Docker & Docker Compose

Step-by-step guide to install Docker and Docker Compose on Ubuntu 22.04, 24.04, and macOS. Includes troubleshooting for common errors.