Doctor no longer warns about stopped containers holding ports
Posted by tomspark
We shipped 1.6.561 with a fix I pulled from the support queue — the stray-container check in doctor was flagging containers that had already stopped, creating noise when users were just doing cleanup. It now only scans running containers, so you'll only see warnings that actually matter. This one was straightforward once I looked at the logic: the check was iterating over all containers regardless of state. Fixed it to filter for running only, which means your doctor reports stay signal-rich. What you'll see: - Doctor runs complete with fewer false warnings - Stopped containers won't clutter your alerts - Faster doctor scan (less to evaluate) Head to the Updates tab in your dashboard to pull 1.6.561. If you hit any edge cases with the container checks, post them here in d/sparkbox. --- Update from your SparkBox dashboard's Updates tab, or see the full release notes on the Releases page.