Docker Desktop 4.83.0 shipped on July 20, and the update that matters for developers building AI features locally is not the security patches — it is the inference inspector now baked into Docker Model Runner. It shows you the exact HTTP payload your application sends to a local model and the exact response that comes back. No proxy. No logging middleware. No digging through llama.cpp debug output. If you have ever spent an hour debugging a RAG pipeline only to discover your embedding call was silently truncating input, this is the fix. Docker Model Runner in 90 Seconds Docker Model […]
The post