Skip to content

v1.29.0

Choose a tag to compare

@amayer1983 amayer1983 released this 27 Jun 10:26
· 2 commits to main since this release

Added

Glob wildcard patterns for <name> commands (#40, @LeeNX). When the argument contains *, ? or [...], Docksentry matches all containers (case-insensitive, running + stopped) instead of resolving one — for addressing a bunch of similar containers at once:

  • /status <glob> — compact one-line-per-match overview, e.g. /status ctf-*-even (read-only).
  • /start / /stop / /restart <glob> — act on every match, e.g. /restart gluetun-*, with aggregated per-container results. Each still goes through the existing guards (self-kill protection and protect-from-stop), so a glob can't stop a protected container or Docksentry itself.

No glob characters → exact/partial single-name behaviour is unchanged. Glob for /check and /update (which tie into the batch-update flow) is a planned follow-up.