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

menu item to alert user when nearly out of vm space? #34

Open
keithbentrup opened this issue Dec 4, 2020 · 1 comment
Open

menu item to alert user when nearly out of vm space? #34

keithbentrup opened this issue Dec 4, 2020 · 1 comment

Comments

@keithbentrup
Copy link
Member

we default to 60 gb, but after a few installs this can fill up. could provide user the option to increase the disk space OR ask user to clean up old installs

@keithbentrup
Copy link
Member Author

you can see how much space is left with
docker run -it --rm --privileged --pid=host justincormack/nsenter1 /bin/df -h
or
docker system df -v
but this takes a few minutes to run

also
docker run --privileged --pid=host docker/desktop-reclaim-space
can help reclaim space from deleted files within containers https://docs.docker.com/docker-for-mac/space/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant