refactor: remove docker dependency for Pid container property

This commit is contained in:
Pasha Sviderski
2026-03-24 18:29:45 +10:00
parent 18ea1bc4a6
commit ada9bec2d4
6 changed files with 8 additions and 9 deletions
+1 -1
View File
@@ -58,7 +58,7 @@ func TestEvalContainerSpecChange_ContainerPid(t *testing.T) {
newSpec := api.ServiceSpec{
Container: api.ContainerSpec{
Image: "nginx:latest",
Pid: "host",
PidMode: "host",
CapAdd: []string{"NET_ADMIN"},
},
}