DockRx 0.1.0 alpha
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 dockrxFrom source:
git clone https://github.com/kiwi-07/docrx.git
cd docrx
uv sync
uv run dockrx --version