Skip to content
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

Add Docker flag to remove containers after finishing #4584

Merged

Conversation

penguineer
Copy link
Contributor

When using DockerRun.sh stale containers were left over after closing the application. These containers would also not be re-used.

Add the --rm flag to make Docker delete the containers after running the application, since they are re-created for each run anyways.

When using `DockerRun.sh` stale containers were left over after closing
the application. These containers would also not be re-used.

Add the `--rm` flag to make Docker delete the containers after running
the application, since they are re-created for each run anyways.
@lanewei120 lanewei120 requested a review from MackBambu August 8, 2024 07:50
@penguineer
Copy link
Contributor Author

@MackBambu Thank you for the approval. It seems the workflow run is still waiting an approval.

Is there any further action I need to take for this PR?

@lanewei120 lanewei120 merged commit a3c60c8 into bambulab:master Aug 20, 2024
1 of 2 checks passed
@penguineer penguineer deleted the remove-stale-docker-containers branch August 20, 2024 08:12
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.

3 participants