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
I run Docker in my home lab on a dedicated system running Atomic Fedora 28. The host has about 15-20 containers on it. As I use Resilio Sync (Pro) to sync some things between my home PCs and mobile devices, I thought it would be a good alternative to sync some files that a couple of my containers download to my primary workstation.
I installed the container using the string at the end of this post. As you can see, I mounted a volume for the container's config as well as "~/sabnzbd" which is an existing volume/folder mounted to another container which I wish to sync files from. It already contains many files & folders already. The ":z" addition is required for SysLinux.
Besides attempting to mount the volume at a different place within the container, I also added the PUID/PGID string which is what I use on the other container thinking it may be a permissions issue, but so far no change. The permissions for ~/sabnzbd is 755, but in Atomic; everything accesses as root by default.
Any Suggestions?
Below is the string I most recently used for adding the container followed by log snippets from the container's startup and references to the folder in question...
Good Morning -
I run Docker in my home lab on a dedicated system running Atomic Fedora 28. The host has about 15-20 containers on it. As I use Resilio Sync (Pro) to sync some things between my home PCs and mobile devices, I thought it would be a good alternative to sync some files that a couple of my containers download to my primary workstation.
I installed the container using the string at the end of this post. As you can see, I mounted a volume for the container's config as well as "~/sabnzbd" which is an existing volume/folder mounted to another container which I wish to sync files from. It already contains many files & folders already. The ":z" addition is required for SysLinux.
My Issue
Once the container is up, I get into Resilio's WebUI, apply the license, then link it to my existing devices. My issue is when going to add a new synced folder, I can see and browse to the "sabnzbd" within "mounted-folders", however it appears empty and doesn't show any sub folders within it. My plan is to create new sync connections for 5-6 folders within /sabnzbd/downloads, but since it is empty, I cannot. I did try to create a folder named "test" within it and set it up as a synced folder. When viewing the folder on the host over SSH, that folder did not appear, however; yet it does show all folders I expect to see and choose from within Resilio.
Besides attempting to mount the volume at a different place within the container, I also added the PUID/PGID string which is what I use on the other container thinking it may be a permissions issue, but so far no change. The permissions for ~/sabnzbd is 755, but in Atomic; everything accesses as root by default.
Any Suggestions?
Below is the string I most recently used for adding the container followed by log snippets from the container's startup and references to the folder in question...
Container Install String
Container Log Snippet - Initial Container Startup
Container Log Snippet - References to ~/sabnzbd
Thank You!
The text was updated successfully, but these errors were encountered: