izzno

Members
  • Posts

    7
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

izzno's Achievements

Noob

Noob (1/14)

0

Reputation

  1. Is there some documentation on how to setup unRAID in a VM, or is it at all possible. I am developing a docker image, and possibly more but lacking a way to properly test them...
  2. I am also wondering how to do this... I was thinking about looking at the existing ones to make one my self...
  3. Thank you for your answers. Turns out docker is a "walk in the park" and with your integration it makes everything very convenient! For transferring data from the old NFS system we opted for ftp via the FileZilla docker. But! This is very slow! it maxes out on about 10mbps and has taken days! Is this the write speed to expect or is there a known issue of some sort?
  4. Hi (again) We've began experimenting with a trial run and since i am new to docker I have som basic questions. Can we run any docker from the docker hub, or does it have to be tailored for unRAID? Is there any documentation on how to tailor for unRAID (So I can make/convert some Dockers for our need). Any documentation you can link to would be great! When looking at: https://wiki.lime-technology.com/Plugins there are several year old plugins, am I right in assuming most use docker instead? What was / is plugins compared to Docker? Documentation seems a bit lacking / old for a payed service (No offence!), is this maintained. Or maybe Im just looking in the wrong page? An example would be I found that unRAID automatically made a 21GB docker image on the cache disk. (Fine, but took me some time to figure out ). Can we access a CLI to pass variables to docker? Docker questions: Is there a docker gateway for unRAID (Force connections through a VPN) And finally what are your thoughts around LXC, have you thought about implementing this? I really like the storage part / functions of unRAID, unlike anything. Great work!
  5. Well thank you sir. We will give it a go then.
  6. We are two friends with basically the same setup: Dedicated server with lxc's this way the torrent client is run in a separate container with vpn but the mediaserver / collectors and nzb downloaders (TLS) are run on a separate container that does not need vpn, a separate lxc for nextcloud and a few others that can be moved to docker. We both have a separate NAS which we connect to with NFS. So I have som concerns and questions I'd like to ask. 1. Does docker have automatic updating? (or the contained app, like couch and sickbeard) 2. Is it possible to bind an IP to a docker container with lets say ubuntu, not just a port? 3. Moving the disks from our NAS to unRAID does the parity-drive need to be "the biggest" disk? 4. Does unraid provide access to its shares natively (like mounts or simuler) or do we need to NFS inn from a Docker? 5. What resources is available for docker (transcoding on the fly can be demanding). 6. Is it possible to have a docker use vpn but not the others. 7. Can you expand the raid over time, adding one and one drive? I think thats it for now. Thanks