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

make prune will remove all the currently unused volumes #72

Closed
gluckzhang opened this issue Apr 27, 2022 · 0 comments · Fixed by #73
Closed

make prune will remove all the currently unused volumes #72

gluckzhang opened this issue Apr 27, 2022 · 0 comments · Fixed by #73
Labels
bug Something isn't working

Comments

@gluckzhang
Copy link
Contributor

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 😄

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

Cheers!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant