Skip to content

DockRx 0.1.0 alpha

Choose a tag to compare

@kiwi-07 kiwi-07 released this 21 Jul 18:05

DockRx 0.1.0 (alpha)

First public release of DockRx — analyze Dockerfiles and explain size, caching, and security problems with actionable fixes.

Highlights

  • CLI: analyze, explain, fix, compare, badge, suggest, format
  • Live playground: https://dockrx.vercel.app
  • Web API: /api/analyze (+ fix/format/compare/badge)
  • Hybrid YAML + Python rule engine

Install (after PyPI publish completes)

pip install dockrx
# or
pipx install dockrx

From source:

git clone https://github.com/kiwi-07/docrx.git
cd docrx
uv sync
uv run dockrx --version