The Compose SDK allows developers to programmatically manage Docker Compose applications from Go code. It provides a comprehensive API for loading, validating, and managing multi-container environments without using the CLI. Key features include creating service instances with NewComposeService(), loading projects from Compose
Sort: