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
@@ -127,7 +127,7 @@ func TestServiceSpecFromCompose(t *testing.T) {
"max-file": "3",
},
},
Pid: "host",
PidMode: "host",
Privileged: true,
PullPolicy: api.PullPolicyAlways,
Resources: api.ContainerResources{