Skip to content

v0.1.0

Choose a tag to compare

@github-actions github-actions released this 16 Aug 23:37
· 32 commits to main since this release

First public release.

Added

  • ps (ls) — containers grouped by compose project, with short ids, state
    dots, health marks, :8080→80 port mapping, compacted status and ages.
  • images (img) — size and age gradients, dangling images marked
    reclaimable, per-image container counts.
  • df (du) — disk usage per category with used/reclaimable bars, and
    -v for the biggest images, containers, volumes and build-cache entries.
  • inspect — inspect JSON folded into identity/state/config/resources/
    network/mounts/labels, with credential-looking env values masked.
  • logs — merged multi-container tail, stable per-container colours, stderr
    marked on the separator, level tokens and JSON lines highlighted.
  • top — processes inside containers nested by parent PID.
  • tree — compose projects, networks with container IPs, volumes with mount
    points.
  • stats — live CPU/memory/IO dashboard with a total-CPU sparkline.
  • events — colour-coded daemon event stream, exec_* hidden by default.
  • themes — 10 built-in themes carrying palette, glyph set and layout, plus
    --preview and --init.
  • Configuration via ~/.config/dok/config.toml, including custom themes that
    inherit from a built-in.
  • --demo on every command: renders a built-in example stack with no daemon,
    and is what generates the screenshots in the docs.

Full Changelog: https://github.com/alsaadii98/cool-docker-commands/commits/v0.1.0