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

Unable to download docker-osx:latest image on my Windows 10 Pro #739

Open
Genie23 opened this issue Jan 25, 2024 · 1 comment
Open

Unable to download docker-osx:latest image on my Windows 10 Pro #739

Genie23 opened this issue Jan 25, 2024 · 1 comment

Comments

@Genie23
Copy link

Genie23 commented Jan 25, 2024

OS related issued, please help us identify the issue by posting the output of this

uname -a: MSYS_NT-10.0-19045-WOW64 Kheops 3.2.0-340.i686 2021-07-04 19:22 UTC i686 Msys
The other commands are not adapted to Windows

Hello, I have a problem installing the docker-osx:latest image on Docker Desktop for Windows: no space left on device... Except that I have several hundred GB of free space on my system disk, and over a TB on my data disk. I've looked everywhere, but can't find a solution to my problem.

Could you help me?

@sickcodes
Copy link
Owner

It sounds like you WSL may have some limit?

cd /var/lib/docker
sudo du .

That's where the image will go, so if you can expand that drive somehow.

Alternatively, you can move the /var/lib/docker folder itself to another area, like extenal hard drive ( ). And then symlink the old directory

sudo mv /var/lib/docker /run/media/user/myssd/
sudo ln -s /run/media/user/myssd/docker/ /var/lib/docker

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

2 participants