Compose Support
Audience
This page is for developers, platform maintainers, and operators importing existing Compose applications into AiOS.Goal and Scope
AiOS supports Compose import, not full Docker Compose compatibility.Core Concepts
Three statuses
supported: convert and continuewarn: continue, but expose semantic drift clearlyblocked: fail immediately
Strict mode
Whenstrict=true, any warn also becomes a failure.
Standard Workflow
- parse the Compose file
- evaluate fields against the support matrix
- generate a
supported / warn / blockedreport - continue into AppSpec conversion only after validation passes