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.
Currently
containerd-drivergives the ability to set theruntime at the plugin levelIt doesn't allow you to choose
runtimeat the job level similar tothisAdd a flag
--runtimeto allow selectingruntimeper job (Assumingruntimeis installed and available on the nomad client node)This will allow users to run containers with multiple runtimes e.g.
runcandrunsc(gVisor) on the same node.