hashicorp / nomad-driver-podman

A nomad task driver plugin for sandboxing workloads in podman containers
https://developer.hashicorp.com/nomad/plugins/drivers/podman
Mozilla Public License 2.0
224 stars 61 forks source link

'pid_mode': 'host' #323

Open jmgpeeters opened 4 months ago

jmgpeeters commented 4 months ago

The Nomad docker driver supports pid_mode: host to run in the host pid space. As far as I can tell, there is no support for that in the podman driver. I see hints of "PidNS" being present in the code, but it doesn't seem to be hooked up.

Is my understanding correct? Would it be easy to add, if so?