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
Hello, everyone. I'm trying to create kata-containers using nerdctl.
But when I run sudo nerdctl run -it --runtime io.containerd.run.kata.v2 docker.io/library/ubuntu:22.04 /bin/bash, error occured.
WARN[0000] cannot set cgroup manager to "systemd" for runtime "io.containerd.run.kata.v2" FATA[0001] failed to create shim task: exit status 1: stdout: , stderr: time="2023-11-25T23:31:24+09:00" level=fatal msg="stat : no such file or directory" Failed to write to log, write /var/lib/nerdctl/1935db59/containers/default/956479eabad2a4b822655239e7979feab29b7a3162fa815b4eedefa75654d6a8/oci-hook.createRuntime.log: file already closed : unknown
If I create runc container with sudo nerdctl run -it docker.io/library/ubuntu:22.04 /bin/bash, it works.
What's the problem?
Any kind of feedbacks will be very helpful for me.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello, everyone. I'm trying to create kata-containers using
nerdctl
.But when I run
sudo nerdctl run -it --runtime io.containerd.run.kata.v2 docker.io/library/ubuntu:22.04 /bin/bash
, error occured.WARN[0000] cannot set cgroup manager to "systemd" for runtime "io.containerd.run.kata.v2" FATA[0001] failed to create shim task: exit status 1: stdout: , stderr: time="2023-11-25T23:31:24+09:00" level=fatal msg="stat : no such file or directory" Failed to write to log, write /var/lib/nerdctl/1935db59/containers/default/956479eabad2a4b822655239e7979feab29b7a3162fa815b4eedefa75654d6a8/oci-hook.createRuntime.log: file already closed : unknown
If I create runc container with
sudo nerdctl run -it docker.io/library/ubuntu:22.04 /bin/bash,
it works.What's the problem?
Any kind of feedbacks will be very helpful for me.
Beta Was this translation helpful? Give feedback.
All reactions