#381 MEDIUM: Docker containers not killed on timeout (resource leak)
Description
Editsandbox.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 AllLoading audit history...