Roblox / nomad-driver-containerd

Nomad task driver for launching containers using containerd.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add support for --runtime

shishir-a412ed opened this issue · comments

Currently containerd-driver gives the ability to set the runtime at the plugin level

It doesn't allow you to choose runtime at the job level similar to this

Add a flag --runtime to allow selecting runtime per job (Assuming runtime is installed and available on the nomad client node)
This will allow users to run containers with multiple runtimes e.g. runc and runsc (gVisor) on the same node.