January 1, 20251 yr Hi there, I'm puzzled. Shurely I overlook something, but I can't see the solution and seek your help. My AgentDVR Container should store recordings on a share on my cache/array but it keeps filling up the docker space. This is the linked share for the docker container AgendDVR is supposed to write into the share But the share remains empty and the docker image file keeps filling up Can someone point me in the right direction?
January 1, 20251 yr Community Expert Solution You have a upper case A in "AgentDVR" in your webui, but in the mapped path you have lower case a. Linux is case sensitive so in essence they are two different paths. And the upper case path is not mapped to anything so it puts it in the docker image.
January 1, 20251 yr Author Well, I got it There was a tiny difference in the name of the linked directory: /AgentDVR/Media/WebServerRoot/Media/ /agent/Media/WebServerRoot/Media/ Thanks for your help @strike, very much appreciated! Edited January 1, 20251 yr by Goldmond
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.