mirror of
https://github.com/psviderski/uncloud.git
synced 2026-08-26 19:13:34 +00:00
refactor: remove docker dependency for Pid container property
This commit is contained in:
@@ -206,7 +206,7 @@ func TestContainerSpec_Clone(t *testing.T) {
|
||||
original := ContainerSpec{
|
||||
CapAdd: []string{"NET_ADMIN"},
|
||||
CapDrop: []string{"ALL"},
|
||||
Pid: container.PidMode("host"),
|
||||
PidMode: "host",
|
||||
Command: []string{"sh", "-c", "echo hello"},
|
||||
Entrypoint: []string{"/bin/bash"},
|
||||
Env: EnvVars{
|
||||
|
||||
Reference in New Issue
Block a user