telala
telala
I want to use the vhostuser network in runv container but I do not how to enable the vhostuser. Can you tell me how to enable the vhostuser in runv?...
I am now working on a program that need to passthrough gpu in runv. Following is my steps: 1) add "-device", "vfio-pci,host=0000:08:00.0,id=gpu_0,bus=pci.0,addr=0xf" in amd_64.go 2) start a runv container 3)...
runv is an OCI compatible runtime and we use runv as the runtime when starting a runv container: docker run --rm -it busybox sh I want to know can we...
I am using runv and need to use my own kernel for the vm rather than the default one of hyperstart. Then I tried to build my own kernel using...