February 25, 20242 yr Hi, I am a new Unraid user for about a month now. I previously used Xpenology and proxmox. I have a lot of containers running for farious purposes. Currently I have about 34 containers running. I got a message twice yet saying that the docker image is full so I've increased it twice. Currently the size of the image is 35Gb. Reading through the forums I see that this usually means that something is storing its data inside the docker image instead of the unraid shares. Since the docker image is a vdisk I can't simply browse the files. How can I find out what container is taking up my space? And if I found what is taking the space how do I delete the files? After deleting the files can I safely decrease the size of the docker file? I also see the I can change the docker image path to a directory instead of a vdisk option. What is the best option here and can I safely switch this without recreating all the containers I've attached the logs just to be sure. diagnostics-20240225-1115.zip Edited February 25, 20242 yr by DutchTee86 add number of containers
February 25, 20242 yr Go to the Docker tab. Scroll to the bottom of the page, and click Container Size. It will show you what each container is using (sorted by size). Check the templates for your heavy hitters to see if things are mapped correctly. Most common is a typo error, or some location which was moved/removed after initially creating the container. 35GB for 38 containers is not unreasonable. Remember that both running and stopped containers are all included in the docker image. Some containers are written to be very light, others tend to be a bit more bloated. Edited February 25, 20242 yr by ConnerVT
January 24, 20251 yr On 2/25/2024 at 12:29 PM, DutchTee86 said: Hi, I am a new Unraid user for about a month now. I previously used Xpenology and proxmox. I have a lot of containers running for farious purposes. Currently I have about 34 containers running. I got a message twice yet saying that the docker image is full so I've increased it twice. Currently the size of the image is 35Gb. Reading through the forums I see that this usually means that something is storing its data inside the docker image instead of the unraid shares. Since the docker image is a vdisk I can't simply browse the files. How can I find out what container is taking up my space? And if I found what is taking the space how do I delete the files? After deleting the files can I safely decrease the size of the docker file? I also see the I can change the docker image path to a directory instead of a vdisk option. What is the best option here and can I safely switch this without recreating all the containers If you find the culprit, check its config and move its data to a share. After cleaning up, you can safely shrink the Docker image. Switching to a directory instead of a vdisk is possible assignment help but may require recreating containers. Hope this helps! I've attached the logs just to be sure. diagnostics-20240225-1115.zip 137.85 kB · 0 downloads you can use terminal commands or tools like docker system df to analyze usage. Once you locate the files, you can delete them and safely reduce the size of the Docker image afterward. Switching the Docker image to a directory instead of a vdisk is an option, but it requires recreating containers. Ensure backups are in place before making changes. Edited January 30, 20251 yr by Orin94Fable
August 5, 2025Aug 5 I found a large amount of space was being taken up by unused images (from outdated containers or just previously used containers). I managed to save around 14GB from pruning all of these images:docker image prune --all
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.