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

Do not clean dangling volumes that are not created by incubator-openwhisk-devtools without warning on make destroy #184

Open
motin opened this issue Dec 13, 2018 · 0 comments

Comments

@motin
Copy link

motin commented Dec 13, 2018

Took this repo out for a spin. make quick-start, tested some things, make destroy. Behold, all my persistent docker volumes used in other development projects to persist data / database contents were deleted without a warning.

The line responsible for this is https://github.com/apache/incubator-openwhisk-devtools/blob/master/docker-compose/Makefile#L306

Either make sure not to "clean up" volumes that are not created by incubator-openwhisk-devtools or at least warn/ask before "cleaning" all these volumes.

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

No branches or pull requests

1 participant