Apple Container's implementation of compose functionality using familiar docker-compose YAML syntax. by mazdak · Pull Request #398 · apple/container

@mazdak

Container Compose brings the convenience of docker-compose to Apple
Container, enabling you to:
- Define multi-container applications in a single YAML file
- Manage service dependencies automatically
- Start, stop, and manage entire application stacks with simple commands
- Use environment variable interpolation for flexible configurations
- Support for multiple --file invocations for compose overrides
- Compatibility with Docker Compose volume syntax
- Support for --rm flag to compose
- Support for --pull and --wait