Usage
Flags
| Flag | Type | Default | Description |
|---|---|---|---|
-w, --watch | bool | false | Live-updating status (refreshes every 2 seconds) |
--service | string | — | Show status for a specific service only |
Description
Queries Docker for container status and performs HTTP health checks on all running services. Displays a table with service name, type, status, port, and URL.Status Indicators
| Indicator | Meaning |
|---|---|
● Ready | Container running and health check passed |
● Running | Container running, no health check configured |
○ Stopped | Container is not running |
Examples
Show status
Live-updating watch mode
Ctrl+C to exit.