you can do that pretty easily, just mount the NFS share and tell docker to save stuff there.
If you want to go even further down the rabbit hole deploy Kubernetes to orchestrate all youre containers and handle storage for them
you can do that pretty easily, just mount the NFS share and tell docker to save stuff there.
If you want to go even further down the rabbit hole deploy Kubernetes to orchestrate all youre containers and handle storage for them
If its just files over NFS its more than likely fine. If its a database of some sort, it might work up until it doesn't, as I found out recently. My Uptime-Kuma DB got corrupted and I had to redo it from scratch. They also say NFS mounts are unsupported so that's what I get.