Synopsis
Description
Converts a Docker Compose file into a vibe.yaml manifest. This command is planned for a future release.
Status
import-compose is not yet implemented. Running it prints a “coming soon” message and exits.
What it will do
When implemented, import-compose will:
- Parse a
compose.yaml / docker-compose.yaml in the current directory
- Map supported Compose fields to the Vibe native runtime model
- Flag unsupported fields (privileged mode, device passthrough, etc.)
- Generate a
vibe.yaml with runtime.mode: compose pointing to the original Compose file
Compose compatibility
See Compose Compatibility for the full field support matrix, including which fields are supported directly, which require transformation, and which are rejected.