Verified diagnostic signature
container name … is already in use
The selected Docker daemon already owns the requested unique container name, so it refused to create another container under the same name. Match this output from docker, then continue with sourced, read-only checks.
- Confidence
- high
- Platforms
- linux · macos · windows
- Verified
- 2026-07-24
Recognized output
Signature matched locally
container name .* is already in useOneLiners matches this pattern in your browser. Your pasted output is not stored or indexed.
Likely causes
What usually produces this signal
- A stopped or running container from an earlier deployment still owns the name
- A manual container and a Compose-managed service selected the same explicit container_name
- Two Compose projects resolved to the same project or container name
- Automation retried creation without reconciling the previously created container
- The command is connected to a different Docker context than the operator expected
Safe next checks
Collect evidence before changing the system
Related signals