sherifabdlnaby / elastdocker

🐳 Elastic Stack (ELK) v8+ on Docker with Compose. Pre-configured out of the box to enable Logging, Metrics, APM, Alerting, ML, and SIEM features. Up with a Single Command.
https://towardsdatascience.com/running-securing-and-deploying-elastic-stack-on-docker-f1a8ebf1dc5b
MIT License
1.81k stars 320 forks source link

make prune will remove all the currently unused volumes #72

Closed gluckzhang closed 2 years ago

gluckzhang commented 2 years ago

First of all, thanks for this nice work!

Not a bug though, in the Makefile, I see that docker volume prune -f is used. But maybe users only want to delete the ELK-related volumes. For example, I just accidentally removed all the volumes on my computer. Luckily there is no important data lost :smile:

I would suggest adding a filter in this docker volume prune command. This will be done in a minute with a new PR.

Cheers!