NixOS on Docker accessing any filesystem on multiple external disks?

From what I’ve read:

I’m curious to know if running NixOS in a Docker container to access Linux filesystems on multiple external disks such as a ZFS pool on RAID (not Docker volume storage), is possible?

It’s similar to how KVM/QEMU works, where accessing external disks via a PCIe connection is typically seamless in my experience. However, I would be interested to know if this setup is possible in Docker.

Are there any limitations I should be aware of when running NixOS in a Docker container for this purpose?

1 Like