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

cage clean: Add a way to clean up containers, volumes, etc. #102

Open
emk opened this issue Apr 15, 2020 · 0 comments
Open

cage clean: Add a way to clean up containers, volumes, etc. #102

emk opened this issue Apr 15, 2020 · 0 comments
Milestone

Comments

@emk
Copy link
Contributor

emk commented Apr 15, 2020

This should only clean up containers and volumes associated with a project, and it should ideally be defined on top of existing docker clean or docker-compose clean subcommands, if those exist.

In particular, we want to automate things like:

docker rm -f $(docker ps -qa)
docker system prune -f && docker volume rm $(docker volume ls -q)
@emk emk added this to the v0.3.0 milestone Apr 15, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant