Creating Dockers for Unraid


Recommended Posts

I want to develop my own docker, i have dabbled with this in a standard Linux environment, but how would i go about developing one specifically for unraid.

If someone could point me in the right direction on this.  Maybe just an overview of how its done im sure I can figure the rest out.  I would like for it to one day be a community app that anyone could quickly install.

 

Thanks for any help in advance.

 

Link to comment

There is no fundamental difference between a container running in a "standard linux" environment vs one running on unRaid.  After all, unRaid does run on linux.

 

Pretty much, the only "gotcha" however is the same gotcha on any environment.  Support an environment variable that allows you to set the group / user id so that permissions on any written file outside the container will be accessible and modifiable by the user.

 

LSIO as an example, I'm sure doesn't have 10,000,000+ pulls on their Plex container purely from unRaid.

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.