Skip to main content
mkdb list displays all database containers that mkdb manages, in a formatted table with their current status and time remaining. Use it to get a quick overview of what is running, stopped, or about to expire. The command has a shorter alias, mkdb ls, that works identically.

Flags

string
Filter the output to a specific database type. Accepts postgres, pg, mysql, or redis.
string
Filter the output by container status. Accepts running or up, stopped or down, and expired.

Output columns

The table includes the following columns for each container:

Examples

List all containers:
Use the shorter alias:
Filter by database type:
Filter by status:
Combine filters:
mkdb list and mkdb ls are identical. The short alias is convenient for quick checks during development.