Skip to content

Changed docker run to interactive and remove on exit #675

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Oct 3, 2022

Conversation

dr-BEat
Copy link
Contributor

@dr-BEat dr-BEat commented Oct 3, 2022

The docker run example in the README.md does not clean up the container after it exits potentially collecting loads of garbage containers after a couple runs.

This PR adds the --rm switch to clean those up automatically.
-it switch helps make sure the progressbar shows up correctly in terminals.

@soxoj
Copy link
Owner

soxoj commented Oct 3, 2022

Cool, thank you!

@soxoj soxoj merged commit e71c890 into soxoj:main Oct 3, 2022
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.

2 participants