firecracker-microvm / firecracker-containerd

firecracker-containerd enables containerd to manage containers as Firecracker microVMs
Apache License 2.0
2.23k stars 182 forks source link

Unable to run with jailer #765

Open teticio opened 1 year ago

teticio commented 1 year ago

I cannot figure out how to run with jailer and would be very grateful if someone could explain or - even better - point me to / put in a README. When I run a container, I get

noop operation returning shim dir for JailPath  jailer=noop runtime=aws.firecracker vmID=b4a7d532-2d98-43f7-ae7f-33cedfe63a96

I've tried adding the following to my firecracker-runtime.json file, but I don't really know what I am doing as I haven't managed to find any documentation. I have managed to run firecracker from jailer, but I would like to use firecracker-containerd if possible.

  "jailer": {
    "runc_binary_path": "/usr/bin/runc"
  }

Thanks in advance!