runv
runv copied to clipboard
Hypervisor-based Runtime for OCI
Is this known to work with the [Docker Desktop for Mac](https://hub.docker.com/editions/community/docker-ce-desktop-mac) at all? Thanks!
In our experiments, we often need very large memory, such as 256G. When the resource demand is very large, qemu starts slowly. In some cases, it may take 1 to...
…cpus Signed-off-by: Hui Zhu
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?...
https://github.com/gotoz/runq
Custom network not supported and type macvlan.
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...
runv works well with **containerd (master branch)**, but using **cri-containerd**, ``pod/sandbox`` creation fails. runv is configured with containerd as per [runv-with-containerd-docker.md](https://github.com/hyperhq/runv/blob/master/docs/configure-runv-with-containerd-docker.md) Following error comes ``` $ sudo crictl -r /run/containerd/containerd.sock...
follow the doc "Run it with docker" when i start a container, the container will fail. errorlog: compute dockerd[25828]: time="2017-12-22T11:49:56.871309975+08:00" level=warning msg="failed to retrieve /usr/local/bin/runv version: unknown output format: runv...