How Can I Increase the 1TB Limit in Docker Desktop?

0
2
Asked By TechyGiraffe99 On

I'm trying to go beyond the 1TB limit that Docker Desktop enforces (I saw it at the bottom of the UI). I attempted to change it to 2TB in the WSL settings, but it doesn't seem to work. I found information about this limit on Docker's blog. Does anyone know how to actually increase this limit?

2 Answers

Answered By DockerDev229 On

Hey there! To help you better, I'd like to know more about your setup. When you run the command 'wsl -l -v' in the terminal, do you see a distro listed as docker-desktop-data?

InfoHunter88 -

I'm using a Windows host with WSL. When I run that command, I see a distro called docker-desktop.

Answered By KnowledgeSeeker42 On

You might want to check this resource I found: [link]. It explains how to expand the size of your WSL 2 virtual hard disk. However, I recommend considering not using Docker Desktop if you're just doing some straightforward dev work.

CuriousCoder77 -

Could you explain why using Docker Desktop is discouraged? I'm not a DevOps pro; I just do some development stuff.

DockerNinja22 -

I tried using the resize command to set it to 2TB, but the limit on Docker Desktop still shows as 1TB.

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.