Docker.sock main config file resetup for the ZFS file system in OMV

Soo I would like as much as possible to be ran in the ZFS file system on my OMV Server. Nextcloud is currently running but I’m not sure where configured from, and mostly everything else because it was all deployed from Portainer :joy: which is another issue in its own. I have to use cloudflared because I’m behind a double nat and don’t have access to the stuff behind that. I have two systems here one which is a old desktop which I want to use deployed for Jitsi meet, possibly ollama and openwebui deployed on other devices pointing to the ollama(which I’m not 100% sure whether this is how this works or whether it has to be installed on the same machine and the port opened to access it). And Nextcloud with nextcloud talk and Jellyfin also I’m trying to deploy these all simply configured in /ZFS in OMV

The next thing would be I have a PI OMV server. I’d like to use this one for Nextcloud and Nextcloud talk, vaultwarden , photoprism more basic tasks. I have the pi 5 with the radxa penta sata hat and 3 disks in ZFS in Mirroring and I’m doing a rsync to the 4th and have usb backup installed doing a manual backup to a external currently. Kinda a complex setup. I wish I could have just built it as a ZFS setup and everything was installed there but it’s just not exactly that simple. Especially with a pi but can you setup a pi without a microsd card to do this in zfs from the beginning or not? That may be another option if I can to create the system like that. Either way a simple step by step guide for this would be great soo redundancy is the barebones of my setup. Thanks anyone who contributes or can help.

As far as it concerns Docker:
The docker.sock is a unix domain socket which is just a file handle of a channel for inter process communication - it exists in memory.

If you want to know which storage driver Docker uses: docker info --format '{{.Driver}}'

Regarding the zfs part of the post: I would highly recommend asking this question in an OMV forum, as this is not related to docker at all.

Ya you’re right and OMV actually doesn’t natively support ZFS either. I wonder whether I’m better off running it in truenas on my old desktop and upgrade the ram and cpu for this.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.