Run a --privileged docker container in an isolated environment #1551
-
| Hi everyone! modprobe binder_linux devices="binder,hwbinder,vndbinder"
modprobe ashmem_linuxand --privileged flag during  | 
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
| 
 | 
Beta Was this translation helpful? Give feedback.
nerdctl run --runtime=io.containerd.kata.v2 --privileged --security-opt privileged-without-host-devicesmight be what you are looking for, but I don't think Kata is likely to support binder and ashmem.Probably you'll need to fork Kata for your custom kernel config.