rtk-ai/rtk
Ver no GitHubFeature request: add rtk rewrite for `docker inspect`
Open
#279 aberto em 28 de fev. de 2026
area:clieffort-mediumenhancementhelp wantedpriority:medium
Métricas do repositório
- Stars
- (48.085 stars)
- Métricas de merge de PR
- (Mesclagem média 11d 1h) (45 fundiu PRs em 30d)
Description
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.