diff --git a/pkg/spec/spec.go b/pkg/spec/spec.go index 11bc880cb88..cebccf53df2 100644 --- a/pkg/spec/spec.go +++ b/pkg/spec/spec.go @@ -242,7 +242,7 @@ func CreateConfigToOCISpec(config *CreateConfig) (*spec.Spec, error) { //nolint Destination: spliti[0], Type: "tmpfs", Source: "tmpfs", - Options: append(options, "tmpcopyup"), + Options: options, } g.AddMount(tmpfsMnt) }