WithoutRunMount returns a SpecOpts that unmounts the default tmpfs on "/run"
()
| 40 | |
| 41 | // WithoutRunMount returns a SpecOpts that unmounts the default tmpfs on "/run" |
| 42 | func WithoutRunMount() func(ctx context.Context, client oci.Client, c *containers.Container, s *oci.Spec) error { |
| 43 | return oci.WithoutRunMount |
| 44 | } |
| 45 | |
| 46 | func setPlatformOptions(ctx context.Context, client *containerd.Client, id, uts string, internalLabels *internalLabels, options types.ContainerCreateOptions) ([]oci.SpecOpts, error) { |
| 47 | var opts []oci.SpecOpts |
no outgoing calls
no test coverage detected
searching dependent graphs…