You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 12, 2021. It is now read-only.
~$ docker run --rm -it alpine ls
bin etc lib mnt proc run srv tmp var
dev home media opt root sbin sys usr
~$ docker run --rm -it --runtime=runc alpine ls
bin etc lib mnt proc run srv tmp var
dev home media opt root sbin sys usr
~$ docker run --rm -it --runtime=kata-runtime alpine ls
bin etc lib mnt proc run srv tmp var
dev home media opt root sbin sys usr
~$ docker run --rm -it --runtime=runc -m 1g alpine ls
WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
bin etc lib mnt proc run srv tmp var
dev home media opt root sbin sys usr
~$ docker run --rm -it --runtime=kata-runtime -m 1g alpine ls
WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
docker: Error response from daemon: OCI runtime create failed: QMP command failed: 'pc-dimm' is not a valid device model name: unknown.
Expected result
I expected kata-runtime to accept option -m.
Actual result
The following error is shown: docker: Error response from daemon: OCI runtime create failed: QMP command failed: 'pc-dimm' is not a valid device model name: unknown.
kata-collect-data.sh is not found on the host.
~$ kata-containers.runtime kata-check
INFO[0000] Unable to know if the system is running inside a VM source=virtcontainers
INFO[0000] kernel property found arch=arm64 description="Kernel-based Virtual Machine" name=kvm pid=13725 source=runtime type=module
INFO[0000] kernel property found arch=arm64 description="Host kernel accelerator for virtio" name=vhost pid=13725 source=runtime type=module
INFO[0000] kernel property found arch=arm64 description="Host kernel accelerator for virtio network" name=vhost_net pid=13725 source=runtime type=module
INFO[0000] System is capable of running Kata Containers arch=arm64 name=kata-runtime pid=13725 source=runtime
Description of problem
Expected result
I expected
kata-runtimeto accept option-m.Actual result
The following error is shown:
docker: Error response from daemon: OCI runtime create failed: QMP command failed: 'pc-dimm' is not a valid device model name: unknown.kata-collect-data.shis not found on the host.