Docker Desktop 4.83: Model Runner Inspector and Two CVE Fixes Docker Desktop 4.83.0, released July 20, introduces a Model Runner Inspector that displays the exact HTTP payload and response between an application and a local model, eliminating the need for proxies or logging middleware for debugging AI features. The update also includes two CVE fixes. 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