Comment on Building my first NAS: Assistance on part selection please
monkeyman512@lemmy.world 4 days agoTruenas uses KVM for virtual machines. So that will allow GPU passthrough, but may require command line and config files to do it. For docker this seems relevant: forums.truenas.com/t/…/11797
CatLikeLemming@lemmy.blahaj.zone 4 days ago
I’m comfortable enough with those, that shouldn’t be an issue then. Thanks for the info!
monkeyman512@lemmy.world 4 days ago
Be aware if you have the iGPU as the only video output device and passthrough to a VM it will no longer show what the host system is doing. This would be referred to as a headless server. I would suggest making sure you can SSH into the host before doing that. LearnLinuxTV has guides for how to do that with best security practices.
Docker works differently, so it may not be an issue with that.