You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: