Lai Jiangshan
Lai Jiangshan
Oh, we are sorry that `runv --kernel kernel --initrd initrd.img` is outdated. please use `runv run container_name` or other subcomands. ``` COMMANDS: create create a container exec exec a new...
It is recommended to combine with `--debug` argument when you try it. So that you can get the logs from /var/log/hyper in case of any problem. There will be multiple...
qemu version(1.5.3) are two old, could you try to install a new one? You can also use the one provided by us: https://s3-us-west-1.amazonaws.com/hypercontainer-download/qemu-hyper/qemu-hyper-2.4.1-3.el7.centos.x86_64.rpm
A bundle is needed here. ``` # create the top most bundle directory mkdir /mycontainer cd /mycontainer # create the rootfs directory mkdir rootfs # export busybox via Docker into...
The example is being made completed via #579. Thanks.
We documented a slight different way to use runv with docker, https://github.com/hyperhq/runv/blob/master/docs/configure-runv-with-containerd-docker.md#work-with-docker. How about that way? In any case, logs can be found from /var/log/hyper/
Could you check the /usr/bin/runv in your environment please? It might be old or non-existed The default installed runv is /usr/local/bin/runv.So when you do `make install`, the /usr/bin/runv won't be...
Could you try to run `/usr/bin/runv --version` please. And runv is OCI runtime, but it is also the runtime of hyper-container under the development by hyperhq. So the logs is...
Could you update the docker in your environment to the newest docker please? We tried both 17.05.0-ce, 17.03.2-ce, both test got "Run Container error: load config failed: json: cannot unmarshal...
--cpuset-cpus is unsupported yet. Since it is hypervisor based runtime, that what "cpuset" means is unclear yet. We may apply the cpuset to the process of the qemu while the...