1. What Is a Service in Compose?

In Docker Compose:

services:
  server:
    ...

A service is:

Important distinction:

Term Meaning
Image Blueprint
Container Running instance
Service Compose-managed container definition

When you run:

docker compose up

Compose: