-
Notifications
You must be signed in to change notification settings - Fork 854
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 argument to delete volumes on container remove #336
Add argument to delete volumes on container remove #336
Conversation
Thanks for opening this pull request! Please check out our contributing guidelines as well as our code of conduct. |
If this is the correct output of the tests, 0 have failed:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks a bunch for contributing! Really appreciate it.
Looks really good. If you dont mind, I'd appreciate if you'd add a test case for the new option as well.
Thanks again 🙏
@all-contributors add @zoispag for code |
I've put up a pull request to add @zoispag! 🎉 |
@simskij I certainly don't mind! I will take a look to figure out exactly how. If I encounter any issue I will let you know! 🙏 Cheers! |
Hi again @zoispag, Can I assist You in any way to get this out the door? Thanks again, |
Hi @simskij, i tried to add a new test case, but i stumbled upon some issues with the mockClient and how to mount volume in a mock container :( This was some time ago and since then I didn't have too much spare time to work on this. Thanks, |
@simskij I updated the branch and resolved the conflicts. |
Congrats on merging your first pull request! We are all very proud of you! ✨ |
Adds a boolean
--remove-volumes
argument to delete volumes on container remove.Closes #190
Bear with me! This is my first attempt on Go code.
If you find issues, please point me to the correct direction on how to improve this PR.
Thanks