You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
@t-hale Sorry I am not actively working on this project right now, due to other competing priorities.
Feel free to pick it up if you like. I ll try to help with the review.
Currently
containerd-driver
gives the ability to set theruntime at the plugin level
It doesn't allow you to choose
runtime
at the job level similar tothis
Add a flag
--runtime
to allow selectingruntime
per job (Assumingruntime
is installed and available on the nomad client node)This will allow users to run containers with multiple runtimes e.g.
runc
andrunsc
(gVisor) on the same node.The text was updated successfully, but these errors were encountered: