rtk-ai/rtk

Feature request: add rtk rewrite for `docker inspect`

Open

#279 geöffnet am 28. Feb. 2026

Auf GitHub ansehen
 (1 Kommentar) (0 Reaktionen) (0 zugewiesene Personen)Rust (2.914 Forks)batch import
area:clieffort-mediumenhancementhelp wantedpriority:medium

Repository-Metriken

Stars
 (48.085 Stars)
PR-Merge-Metriken
 (Durchschn. Merge 11T 1h) (45 gemergte PRs in 30 T)

Beschreibung

Context

rtk discover --all shows docker inspect as the #5 unhandled command:

  • 209 invocations in the last 30 days
  • Typical usage: checking container config, networking, mounts, health status

Request

Add an RTK rewrite/filter for docker inspect output. The full JSON output is extremely verbose (often 200+ lines per container) and could be heavily reduced.

Example commands

docker inspect oysi_seo --format='{{.Config.Image}}'
docker inspect pricing_api --format '{{json .Config.Cmd}}'
docker inspect <container>

Found via rtk discover --all.

Contributor Guide