Roblox / nomad-driver-containerd

Nomad task driver for launching containers using containerd.
Other
218 stars 35 forks source link

inline seccomp_profile #148

Closed victorstewart closed 1 year ago

victorstewart commented 1 year ago

kind of nightmare having to first deploy (and redeploy if it changes) a seccomp_profile for every container onto the filesystem of each nomad server.

considering it's just json, would be amazing if we could supply it inline with the task specification similar to how capabilities currently are. this is not currently possible right?

victorstewart commented 1 year ago

nomad has a writeToFile template function which can do exactly this, then pass the path