Jump to content

Trying to install a docker that does not use appdata and resets everytime I edit the config


Recommended Posts

Can someone tell me if this will work or not, trying to create a persistant docker from a docker that does not use appdata, why I dont know. But I tried mapping the folder that needs to be persistant to an appdata folder, but then the docker does not populate it with files, I tried adding files on my own which worked for a day, but now does not.

 

The developer is saying I should run this command,

docker volume create llc-unraid

and using that for the persistant storage but that does not seem correct either.

 

Any help is appreciated

Link to comment

I have made this work, but I use docker-compose, so my process may be different.

This could be a permissions issue.  Make sure to check your logs for permission errors.
You can try chmod 777 the folder and see if it works then.  Do this for testing only and change it back when done.   If it works with 777, you know it's probably permissions.

I'd then look at the UID & GID settings, make sure they match what your docker is using.  Uraid likes UID 99 and GID 100.  This means User "nobody" and Group "nogroup".  If your docker is using something else, it likely won't have permissions to write/read to that folder you made, especially if the user for that is root.

Edited by samsausages
Link to comment

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.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...