You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openwhisk.apache.org by GitBox <gi...@apache.org> on 2018/12/13 12:05:34 UTC

[GitHub] motin opened a new issue #184: Do not clean dangling volumes that are not created by incubator-openwhisk-devtools without warning on make destroy

motin opened a new issue #184: Do not clean dangling volumes that are not created by incubator-openwhisk-devtools without warning on make destroy
URL: https://github.com/apache/incubator-openwhisk-devtools/issues/184
 
 
   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. 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services