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

Docker environment should have more than 2GB free disk space #1726

Closed
andredasilvapinto opened this issue Aug 9, 2019 · 5 comments
Closed

Comments

@andredasilvapinto
Copy link

I'm getting a Docker environment should have more than 2GB free disk space error with 1.12.0 even though I have 140GiB available on my local disk. I tried to debug this but with Lombok it is basically impossible.

@bsideup
Copy link
Member

bsideup commented Aug 9, 2019

Your Docker VM should have 2gb of space, not your host drive. Please allocate more space to the Docker daemon.

@andredasilvapinto
Copy link
Author

Thanks. I didn't know Docker for Mac still had a disk space limitation. For anyone reading you can change it in the UI (Docker > Preferences > Disk).

@djdenv
Copy link

djdenv commented Dec 4, 2020

Thanks. I didn't know Docker for Mac still had a disk space limitation. For anyone reading you can change it in the UI (Docker > Preferences > Disk).

The UI has updated since this comment. New location is Preferences > Resources > Disk image dize.

@EmanueleChioso
Copy link

EmanueleChioso commented Jun 23, 2022

you can either increase your Disk image size or free some space ;)

to free the space > https://stackoverflow.com/questions/32723111/how-to-remove-old-and-unused-docker-images

@bsideup
Copy link
Member

bsideup commented Jun 23, 2022

FTR the latest release of Testcontainers (1.17.2) no longer checks this.

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

4 participants