Description
Legacy Docker Compose v1 workflows can run from a packaged binary without a Python runtime dependency. It is useful when older scripts or projects still expect the classic docker-compose command.
Prefer current Compose tooling for new projects when possible. Review Compose files carefully because they can start services, expose ports, mount host paths, and create persistent volumes.