canasta doctor
From Canasta Wiki
canasta > doctor
canasta doctor
Check target host dependencies
Synopsis
Verify that the target host has the tools required for its orchestrator: Docker + Docker Compose for Compose installs, or kubectl + Helm for Kubernetes installs. Also reports status of optional tools (git, git-crypt, crontab) and system resources (memory, disk space).
canasta doctor [flags]
Examples
canasta doctor
canasta doctor --host prod1.example.com
canasta doctor -i mysite
Flags
| Flag | Shorthand | Description | Default | Required | Orchestrator |
|---|---|---|---|---|---|
--docker-host |
Docker API socket on the target. Set this when the target uses rootless podman or rootless Docker (e.g. unix:///run/user/1000/podman/podman.sock). Defaults to system Docker's /var/run/docker.sock. |
Both | |||
--host |
-H |
Target host (default: localhost) | Both | ||
--id |
-i |
Canasta instance ID — check the host where this instance is registered. Mutually exclusive with --host; --host wins if both are given. | * | Both |
* Defaults to the Canasta instance matching the current directory, if any.
Global Flags
| Flag | Shorthand | Description | Default | Required | Orchestrator |
|---|---|---|---|---|---|
--help |
-h |
Show help message and exit | Both | ||
--verbose |
-v |
Enable verbose output | Both |