Zum Inhalt springen

inspect, health & stats

Dieser Inhalt ist noch nicht in deiner Sprache verfügbar.

Three read-only diagnostic verbs.

Service detail including environment and connection strings.

mdocker inspect
mdocker inspect <name>
mdocker inspect <name> --json

Lists each service’s container, ports and ENV, plus a ready-to-copy connection string (mysql://, postgres://, redis://, mongodb://) for database services. This is the fastest way to get database connection details.

Aggregated health — edge stack, services and HTTP reachability.

mdocker health
mdocker health <name>
mdocker health <name> --json

Container resource stats.

mdocker stats
mdocker stats <name>
mdocker stats <name> --watch # live updating
mdocker stats <name> --json