Docktor is a Java 21 CLI prototype for diagnosing and eventually managing a local Docker development VM on macOS through Lima and QEMU.
Docktor means Docker + Doctor.
docktor doctor
docktor status
docktor docker checkThe following commands are wired as first-milestone placeholders:
docktor start
docktor stop
docktor sshgradle test
gradle installDistAfter installDist, the CLI script is generated at:
build/install/docktor/bin/docktorThe first milestone implements diagnostics only. VM creation, Docker Engine provisioning inside the VM, and Docker context wiring are represented by TODO service methods so the command structure and service boundaries are ready for later implementation.