Skip to main content

Usage

dokrypt status [flags]

Flags

FlagTypeDefaultDescription
-w, --watchboolfalseLive-updating status (refreshes every 2 seconds)
--servicestringShow 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

IndicatorMeaning
● ReadyContainer running and health check passed
● RunningContainer running, no health check configured
○ StoppedContainer is not running

Examples

Show status

dokrypt status
Service            Status      Port   URL
ethereum (anvil)   ● Ready     8545   http://localhost:8545
ipfs               ● Ready     5001   http://localhost:5001
blockscout         ● Ready     4000   http://localhost:4000

Live-updating watch mode

dokrypt status --watch
Clears the screen and updates every 2 seconds. Press Ctrl+C to exit.

Single service

dokrypt status --service ethereum