Files
cubbi/cubbi
Mathieu Virbel b788f3f52e fix: ensure Docker containers are always removed when closing sessions (#35)
When closing sessions with already-stopped containers, the stop/kill
operation would raise an exception, preventing container.remove() from
being called. This left stopped containers in Docker even though they
were removed from cubbi's session tracking.

The fix wraps stop/kill operations in their own try-except block,
allowing the code to always reach container.remove() regardless of
whether the container was already stopped.
2025-10-06 16:40:50 -06:00
..
2025-09-25 16:12:24 -06:00
2025-04-17 20:33:20 -06:00
2025-04-17 20:33:20 -06:00
2025-04-17 20:33:20 -06:00
2025-09-25 16:12:24 -06:00
2025-09-25 16:12:24 -06:00
2025-04-17 20:33:20 -06:00