diff --git a/pkg/domain/infra/abi/system.go b/pkg/domain/infra/abi/system.go index da903df9e9..6dd3165e11 100644 --- a/pkg/domain/infra/abi/system.go +++ b/pkg/domain/infra/abi/system.go @@ -136,7 +136,7 @@ func (ic *ContainerEngine) SetupRootless(_ context.Context, noMoveProcess bool) paths := []string{} for _, ctr := range ctrs { - paths = append(paths, ctr.Config().ConmonPidFile) + paths = append(paths, ctr.ConfigNoCopy().ConmonPidFile) } if len(paths) > 0 {