Skip to content

Conversation

@frwl404
Copy link
Owner

@frwl404 frwl404 commented Jan 29, 2026

No description provided.

Previously, containers created via docker_image or docker_file_path
were not automatically removed after running, unlike docker-compose
containers which had cleanup logic. This adds --rm flag to docker run
command so containers are automatically removed when they exit.
Simplify user experience - it is much easier to type '-c' than
'--containers' to list available containers. The -c/--container
option now works without a value to show the container list.
@codecov
Copy link

codecov bot commented Jan 29, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.

Files with missing lines Coverage Δ
runo 97.20% <100.00%> (+0.95%) ⬆️
tests/unit/test_runo.py 99.34% <100.00%> (+0.02%) ⬆️
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@frwl404 frwl404 force-pushed the anton/2026/cl-fixes branch from c498eaf to 1a70245 Compare January 29, 2026 11:55
@frwl404 frwl404 force-pushed the anton/2026/cl-fixes branch from 1a70245 to 4910444 Compare January 29, 2026 11:58
@frwl404 frwl404 merged commit 2a49b6f into master Jan 29, 2026
22 checks passed
@frwl404 frwl404 deleted the anton/2026/cl-fixes branch January 29, 2026 11:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant