Share GPU over multiple VMs

Hi @VanBantam

Yes Docker and LXC has the same properties, they use nvidia-container-runtime to make the PCI Passthrough possible to any container.

While Docker has a pseudo language to deal with building process, the docker is a container to virtualize processes or single applications or build them, LXC is a container that virtualize environments (like a virtual machine without a kernel) that uses your local kernel as the core kernel for it and acquire zero latency.

1 Like