//When something went wrong, stop Docker and
Remove-VMAssignableDevice -VMName "####" -LocationPath "PCIROOT(64)#PCI(0000)#PCI(0000)"
Mount-VMHostAssignableDevice -LocationPath "PCIROOT(64)#PCI(0000)#PCI(0000)"
//Enable in devmgmt.msc
//Check driver [here] and install new version
#Test
Get-VMHostPartitionableGpu
#Now Disable GPU in device management and after that:
Dismount-VmHostAssignableDevice -locationpath "PCIROOT(64)#PCI(0000)#PCI(0000)" -force
Add-VMAssignableDevice -LocationPath "PCIROOT(64)#PCI(0000)#PCI(0000)" -VMName "####"
// Start Docker
// do zypper update in SLES-DOcker