Menu

Docker to MacTain

Use this page to orient Docker-style workflows to MacTain concepts. MacTain can use OCI-compatible images and familiar container concepts, but this page does not claim command-by-command Docker CLI compatibility.

Concept Map

Docker-oriented conceptMacTain docs location
Run an image as a containerRun your first container
List and inspect containersContainers
Read container logsTroubleshooting and CLI reference
Publish ports or connect servicesNetworking
Persist dataVolumes
Define a multi-service appBlueprints
Migrate Compose intentCompose Converter

Docker-Compatible Runtime Context

If you are coming from Docker Desktop, OrbStack, or Colima, start by mapping your current workflow to the task you need: run a container, persist data, publish a port, or define a multi-service app. MacTain docs keep those paths together under the Docker migration path because the source-backed concepts are Docker-compatible workflow concepts, not separate MacTain reader journeys.

Source Boundaries

  • image docs confirms OCI layout import/export support.
  • image docs also says Docker save/load tar archives are not supported yet.
  • blueprint resolve shows the structured MacTain model after defaults and profile selection. It does not print canonical Docker Compose YAML.

Next Steps

Start with Run your first container, then review Compose Converter and Blueprints for multi-service workflows.

Related