1
0
mirror of https://github.com/tiyn/wiki.git synced 2025-07-03 22:47:46 +02:00
wiki/system-software/virtualization.md
2020-05-18 13:41:42 +02:00

936 B

Virtualization

Docker

Docker is a virtualization software that deploys docker containers. Due to easy handlin and reproducable environments it is a useful tool.

Enable Nvidia GPUs

To use Nvidia GPUs with docker you need to install the nvidia-cuda-toolkit. There is a guide on marmelab that focusses on that topic.

Proxmox

Proxmox Virtual Envoronment is a virtualization software for servers. It's made for VM and container deployment.

PCI/GPU passthrough

To use GPUs or other PCI devices you need to work with PCI passthrough. For documentation you can look in the Proxmox wiki. There is also an article on reddit, that focusses especially on windows 10 VMs with GPU passthrough.