Documentation Index
Fetch the complete documentation index at: https://docs.dotvibe.app/llms.txt
Use this file to discover all available pages before exploring further.
Synopsis
Description
Converts a Docker Compose file into avibe.yaml manifest. This command is planned for a future release.
Status
What it will do
When implemented,import-compose will:
- Parse a
compose.yaml/docker-compose.yamlin the current directory - Map supported Compose fields to the Vibe native runtime model
- Flag unsupported fields (privileged mode, device passthrough, etc.)
- Generate a
vibe.yamlwithruntime.mode: composepointing to the original Compose file
