docker compose create

Category: Docker

docker compose create

Create service containers without starting them

Builds the container objects for all services but leaves them stopped, letting you inspect or configure before the first run. Start them later with docker compose start. The up --no-start flag gives the same result in one step.
Looking for more? Search all 7,657 commands — works offline, in English or Spanish, and fixes typos.