You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Issue with Memory and Mounting on Docker Desktop with WSL2
Hi there,
I am using Docker Desktop on Windows, which uses WSL2 under the hood. I am experiencing issues with memory limitations and mounting directories from my Windows filesystem into Docker containers.
Specifically, I am trying to mount a directory located at E:\DockerMediaServer\test into my qbittorrent container. However, when I check the available memory inside the container using df -h, it shows only a small amount of available space, and the container does not seem to recognize the full capacity of the mounted directory.
Here is my current docker-compose.yml configuration for the qbittorrent service:
I have ensured that the disk E: is shared in Docker Desktop settings under "Resources" > "File Sharing", and I have also configured my /etc/wsl.conf as follows:
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Issue with Memory and Mounting on Docker Desktop with WSL2
Hi there,
I am using Docker Desktop on Windows, which uses WSL2 under the hood. I am experiencing issues with memory limitations and mounting directories from my Windows filesystem into Docker containers.
Specifically, I am trying to mount a directory located at
E:\DockerMediaServer\test
into my qbittorrent container. However, when I check the available memory inside the container usingdf -h
, it shows only a small amount of available space, and the container does not seem to recognize the full capacity of the mounted directory.Here is my current
docker-compose.yml
configuration for the qbittorrent service:I have ensured that the disk E: is shared in Docker Desktop settings under "Resources" > "File Sharing", and I have also configured my
/etc/wsl.conf
as follows:Despite these settings, I am still facing issues with the memory and mounting. Could someone please help me resolve this issue?
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions