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

Feature DeleteIfExists on ContainerBuilder #206

Merged
merged 6 commits into from
Sep 14, 2021

Conversation

mariotoffia
Copy link
Owner

This PR will add the ability to delete a named container before creating one. This is useful when for some reason deletion of a volume did not occur - e.g. force break in a debugging session.

💡 NOTE: This implementation does have removeVolumes set to true by default!

This PR closes Issue #205.

@mariotoffia mariotoffia added this to the 4.0.0 milestone Sep 14, 2021
@mariotoffia mariotoffia self-assigned this Sep 14, 2021
@mariotoffia mariotoffia merged commit 786c24a into master Sep 14, 2021
@mariotoffia mariotoffia deleted the feature-deleteif-exist branch July 19, 2022 19:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add DeleteIfExist to prior creating a container make sure it is deleted.
1 participant