rtk-ai/rtk

Feature request: add rtk rewrite for `docker inspect`

Open

#279 opened on 2026年2月28日

GitHub で見る
 (1 comment) (0 reactions) (0 assignees)Rust (2,914 forks)batch import
area:clieffort-mediumenhancementhelp wantedpriority:medium

Repository metrics

Stars
 (48,085 stars)
PR merge metrics
 (平均マージ 11d 1h) (30d で 45 merged PRs)

説明

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.

コントリビューターガイド