We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c834a4 commit cdb8760Copy full SHA for cdb8760
2 files changed
SETUP.md
@@ -41,7 +41,7 @@ You need a container runtime to run the behind-the-scenes services. Pick one:
41
OrbStack is faster and lighter than Docker Desktop (~2s startup, ~1GB RAM).
42
43
```bash
44
-brew install orbstack
+brew install --cask orbstack
45
```
46
47
Or download from https://orbstack.dev. Open it once after installing.
scripts/auto-heal.sh
@@ -19,7 +19,7 @@ log "--- Health check started ---"
19
20
# Check Docker is running
21
if ! docker info &>/dev/null; then
22
- log "ERROR: Docker not running. Cannot heal."
+ log "ERROR: Container runtime not running. Cannot heal."
23
exit 1
24
fi
25
0 commit comments