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
232 stars 62 forks source link

(Regression) Tests and bugfixes for multiple socket implementation #386

Closed adriaandens closed 1 month ago

adriaandens commented 1 month ago

This PR contains some fixes in the podman driver behaviour when there are multiple sockets in use. Additionally, I've written regression tests that test the behaviour of having multiple sockets.

Fixes:

driver_test.go contains the Tests that validate this behaviour.