#381 MEDIUM: Docker containers not killed on timeout (resource leak)

closed medium Created 2025-12-11 21:54 · Updated 2025-12-11 22:05

Description

Edit
sandbox.py:341 - When container.wait() times out, container may still be running. Finally block may not properly remove stuck containers. Fix: Explicitly container.stop(timeout=5) before container.remove(force=True).

Comments

Loading comments...

Context

Loading context...

Audit History

View All
Loading audit history...