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 has been archived by the owner on May 12, 2021. It is now read-only.
runtime has CompatOCISpec for compatibility, but use docker-1.11.2 to start kata-containaer still failed.
[root@localhost linux]# docker run --rm -it --runtime kata-runtime busybox sh
docker: Error response from daemon: oci runtime error: json: cannot unmarshal array into Go struct field Process.capabilities of type specs.LinuxCapabilities.
The text was updated successfully, but these errors were encountered:
There will be multiple waitProcess() requests
issued before process exits, and all those requests
should be fulfilled.
Fixes: kata-containers#129Fixes: kata-containers#333
Signed-off-by: fupan <lifupan@gmail.com>
zklei
pushed a commit
to zklei/runtime
that referenced
this issue
Jun 13, 2019
Description of problem
runtime has CompatOCISpec for compatibility, but use docker-1.11.2 to start kata-containaer still failed.
The text was updated successfully, but these errors were encountered: