kata-containers icon indicating copy to clipboard operation
kata-containers copied to clipboard

kata 3.0 is now supported rootless. But when I use nerdctl + kata in rootless, it raised error: failed to create shim task: could not create VMM user: exit status 1: unknown

Open zibinpan opened this issue 2 years ago • 1 comments

kata 3.0 is now supported rootless. I followed the instruction to set the rootless for kata, and followed the doc to set the rootless for nerdctl. However, when I tried to run the following command to create a container in rootless:

nerdctl run -it --runtime io.containerd.kata.v2 ubuntu:20.04 sh

It raised error as:

FATA[0000] failed to create shim task: could not create VMM user: exit status 1: unknown

So how to fix this problem? Thank you.

zibinpan avatar Apr 06 '24 13:04 zibinpan

same issue with rootless docker

johnwmail avatar May 03 '24 14:05 johnwmail