Compose
Manage Compose projects and edit their YAML.
The Compose page discovers projects from Docker Compose labels and offers the lifecycle actions supported by the selected Docker runtime. Compose is unavailable for Podman targets.
Lifecycle
Start, stop, restart, pull, up, and remove are available according to project state. Volume removal is forwarded to Compose; Dockerman does not pre-enumerate every named volume or verify other consumers.
Edit YAML
Open the project's Compose file in the editor, save it, then apply changes when ready. Saving does not run docker compose config first and the editor does not promise complete Compose-schema validation or autocomplete. Validate important files independently.
Convert docker run
The Run to Compose flow parses common docker run flags into a YAML preview. Review unsupported or advanced flags before saving and deploying.
Current boundaries
Dockerman does not currently provide a project-level merged log viewer on this page. Application templates live under Apps, not as a built-in Compose template editor, and existing Compose files cannot be saved as reusable templates from this page.