Jump to content

Unraid docker image size


Mmr8cmh

Recommended Posts

I installed NZBget and now am getting docker image utilization full errors. I think I need to expand the docker image size but can not find how to do that in the newest updates of Unraid. If someone can point me in the right direction. Thanks.

 

Sent from my LG-H910 using Tapatalk

 

 

Link to comment

No, increasing size of docker image is the wrong approach. You are filling it up because you have misconfigured the application so it is writing into the docker image instead of writing to mapped storage.

 

Post your docker run command as seen here:

 

https://forums.unraid.net/topic/57181-real-docker-faq/#comment-564345

 

Another post in the Docker FAQ that might help you figure this out for yourself:

 

https://forums.unraid.net/topic/57181-real-docker-faq/#comment-564310

 

Link to comment
1 minute ago, Mmr8cmh said:

I am not sure how to post my docker run command looks like both links are the same. Thanks in advance.

Sent from my LG-H910 using Tapatalk
 

No they definitely aren't the same. Try again.

 

You may have to use a real web browser instead of Tapatalk. You will have to access the Unraid webUI in order to do what the links say anyway.

Link to comment

So did you read the other link I gave?

 

According to your docker run, other than /config (appdata), you only have the user share named DOWNLOADS mapped to the container folder /data. If you have the application writing to any path other than /data or /config, then you are going to be writing into the docker image instead of the DOWNLOADS user share. In other words, you want to configure NZBGet to download into paths in /data.

 

Common mistakes are using paths that don't start with /, or not using the correct upper/lower case when specifying a path.

Link to comment

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...